Some checks failed
gitea-deepak/pysuperconductor/pipeline/head There was a failure building this commit
6 lines
103 B
Python
6 lines
103 B
Python
from pysuperconductor import get_version
|
|
|
|
|
|
def test_version():
|
|
assert get_version().startswith('0.1')
|