kalpa/tests/test_kalpaa.py
Deepak Mallubhotla a731a81c6a
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
feat: many disparate updates for modernising
2025-02-21 15:58:12 -06:00

7 lines
111 B
Python

from kalpaa import __version__
import kalpaa
def test_version():
assert kalpaa.get_version() == __version__