1
0
package-tracking/test/test_init.py
Jon Michael Aanes d13dc44a9e
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 22s
Tests
2025-01-22 17:39:18 +01:00

8 lines
236 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
import package_tracking.secrets # noqa