diff --git a/pytest.ini b/pytest.ini index 2bcd6178..cb6af047 100644 --- a/pytest.ini +++ b/pytest.ini @@ -25,5 +25,6 @@ testpaths = etl/epc_clean/tests etl/hubspot/tests etl/spatial/tests + tests/ markers = integration: mark a test as an integration test diff --git a/scripts/tests/__init__.py b/scripts/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/scripts/tests/test_build_canonical_filename.py b/tests/orchestration/test_build_canonical_filename.py similarity index 100% rename from scripts/tests/test_build_canonical_filename.py rename to tests/orchestration/test_build_canonical_filename.py