diff --git a/tests/integration/test_suites/depo_test_suite.py b/tests/integration/test_suites/depo_test_suite.py index 99d6c821471972d2605c4236948964a490e0d542..ec691bb4a77fe64d14cf62f3cfb6fe96ba2cd422 100644 --- a/tests/integration/test_suites/depo_test_suite.py +++ b/tests/integration/test_suites/depo_test_suite.py @@ -7,15 +7,16 @@ from integration.partial.integration_test_utils import IntegrationTestUtils class BaseDepoTestSuite: + """ to prevent the full integrations tests that extend the partial integrations tests running the tests twice, - the test suite is nested in a base class, to keep it at a seperate package-level + the test suite is nested in a base class, to keep it at a separate package-level """ - class DepoTestSuite(unittest.TestCase): + TEST_OUT_PATH: str = None - TEST_START_DATE: str = '20221001' + TEST_START_DATE: str = '20221001' # default TEST_JOB_DIR: str = "DEPOSITION_" + TEST_START_DATE """