From bf166e7f46e2815d34790a7e2ce8fe41d8984dfd Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 2 Jun 2026 15:33:46 +0000 Subject: [PATCH] test suite to pick it up --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 7e2eae9a..47b40c17 100644 --- a/pytest.ini +++ b/pytest.ini @@ -26,5 +26,6 @@ testpaths = etl/hubspot/tests etl/spatial/tests domain/sap10_ml/tests + tests/ markers = integration: mark a test as an integration test