FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit fd704f68 authored by L. Bower's avatar L. Bower
Browse files

more test work

parent f7113a18
No related branches found
No related tags found
No related merge requests found
......@@ -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
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment