5 lines
87 B
Python
5 lines
87 B
Python
from stacosys import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "2.0"
|