1
0
infernal-interpreter/test/test_init.py
Jon Michael Aanes 7e4ca53024
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 29s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s
Added tests
2024-10-26 13:01:56 +02:00

6 lines
99 B
Python

from infernal_interpreter import __version__
def test_init():
assert __version__ is not None