From fd704f680d8100511e57317ec730bc9055d60687 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Wed, 15 Mar 2023 10:27:12 +0000 Subject: [PATCH] more test work --- tests/integration/test_suites/depo_test_suite.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/integration/test_suites/depo_test_suite.py b/tests/integration/test_suites/depo_test_suite.py index 99d6c82..ec691bb 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 """ -- GitLab