pyewjn/tests/test_pynam.py
Deepak Mallubhotla 071cd2503e
All checks were successful
gitea-physics/pyewjn/pipeline/head This commit looks good
feat!: Renames to pyewjn
2022-03-28 19:08:35 -05:00

6 lines
84 B
Python

from pyewjn import __version__
def test_version():
assert __version__ == "0.1.0"