1
0

Update tests
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

This commit is contained in:
Jon Michael Aanes 2025-01-22 21:46:33 +01:00
parent 3d69b430dd
commit 085f890ea6
2 changed files with 1 additions and 1 deletions

1
test/__init__.py Normal file
View File

@ -0,0 +1 @@
"""Scope for testings."""

View File

@ -4,4 +4,3 @@ def test_import_modules():
import package_tracking.database # noqa
import package_tracking.http # noqa
import package_tracking.parcelsapp # noqa
import package_tracking.secrets # noqa