From 5c314e2914ae4fdf2e28d07a5605783348bf1e24 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 15 Jun 2026 11:11:08 +0000 Subject: [PATCH] move tests out of scripts/ --- pytest.ini | 1 + scripts/tests/__init__.py | 0 .../orchestration}/test_build_canonical_filename.py | 0 3 files changed, 1 insertion(+) delete mode 100644 scripts/tests/__init__.py rename {scripts/tests => tests/orchestration}/test_build_canonical_filename.py (100%) 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