1
0
personal-data/test/test_init.py
Jon Michael Aanes 30bbab2841
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 34s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 30s
Ruff
2024-11-17 17:09:41 +01:00

5 lines
92 B
Python

def test_init():
import personal_data
assert personal_data.__version__ is not None