1
0
package-tracking/test/test_init.py
Jon Michael Aanes 085f890ea6
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
Update tests
2025-01-22 21:46:33 +01:00

7 lines
193 B
Python

def test_import_modules():
import package_tracking # noqa
import package_tracking.database # noqa
import package_tracking.http # noqa
import package_tracking.parcelsapp # noqa