5 lines
89 B
Python
5 lines
89 B
Python
import genesis
|
|
|
|
|
|
def test_package_importable():
|
|
assert genesis.__version__ == "0.1.0" |