1
0

Tests
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

This commit is contained in:
Jon Michael Aanes 2025-01-22 17:39:18 +01:00
parent b1df2edc17
commit d13dc44a9e

7
test/test_init.py Normal file
View File

@ -0,0 +1,7 @@
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