1
0
personal-data/test/test_init.py
Jon Michael Aanes f7ea7c90b5
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 35s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 30s
Enforce loading of fetchers
2024-11-17 11:30:37 +01:00

4 lines
91 B
Python

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