pyewjn/tests/test_pynam.py
Deepak Mallubhotla 6231ecc203
All checks were successful
gitea-physics/pynam/pipeline/head This commit looks good
feat!: big breaking change set
2022-03-28 18:51:52 -05:00

6 lines
83 B
Python

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