1
0
package-tracking/test/test_init.py
Jon Michael Aanes 66e3d5e8a7
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
Moved parcelsapp client
2025-05-04 23:46:52 +02:00

6 lines
147 B
Python

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