![]() |
ATLAS Offline Software
|
Public Member Functions | |
| None | __init__ (self, Logger logger) |
| None | setup_release (self, reference=None, validation=None) |
Public Attributes | |
| logger = logger | |
| validation_run_path = Path.cwd() | |
| reference_run_path = Path("/tmp") | |
| diff_rules_path = None | |
| unique_ID = str(uuid4()) | |
| bool | disable_release_setup = False |
| bool | validation_only = False |
| bool | run_only = False |
| bool | checks_only = False |
| str | release_reference = "" |
| str | release_validation = "" |
| str | release_ID = "main" |
| bool | parallel_execution = False |
| bool | disable_output_checks = False |
| custom_threads = None | |
| bool | detailed_comparison = False |
Test setup.
Definition at line 15 of file Tools/WorkflowTestRunner/python/Test.py.
| None python.Test.TestSetup.__init__ | ( | self, | |
| Logger | logger ) |
Definition at line 18 of file Tools/WorkflowTestRunner/python/Test.py.
Definition at line 36 of file Tools/WorkflowTestRunner/python/Test.py.
| bool python.Test.TestSetup.checks_only = False |
Definition at line 27 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.custom_threads = None |
Definition at line 33 of file Tools/WorkflowTestRunner/python/Test.py.
| bool python.Test.TestSetup.detailed_comparison = False |
Definition at line 34 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.diff_rules_path = None |
Definition at line 22 of file Tools/WorkflowTestRunner/python/Test.py.
| bool python.Test.TestSetup.disable_output_checks = False |
Definition at line 32 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.disable_release_setup = False |
Definition at line 24 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.logger = logger |
Definition at line 19 of file Tools/WorkflowTestRunner/python/Test.py.
| bool python.Test.TestSetup.parallel_execution = False |
Definition at line 31 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.reference_run_path = Path("/tmp") |
Definition at line 21 of file Tools/WorkflowTestRunner/python/Test.py.
| str python.Test.TestSetup.release_ID = "main" |
Definition at line 30 of file Tools/WorkflowTestRunner/python/Test.py.
| str python.Test.TestSetup.release_reference = "" |
Definition at line 28 of file Tools/WorkflowTestRunner/python/Test.py.
| str python.Test.TestSetup.release_validation = "" |
Definition at line 29 of file Tools/WorkflowTestRunner/python/Test.py.
| bool python.Test.TestSetup.run_only = False |
Definition at line 26 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.unique_ID = str(uuid4()) |
Definition at line 23 of file Tools/WorkflowTestRunner/python/Test.py.
| bool python.Test.TestSetup.validation_only = False |
Definition at line 25 of file Tools/WorkflowTestRunner/python/Test.py.
| python.Test.TestSetup.validation_run_path = Path.cwd() |
Definition at line 20 of file Tools/WorkflowTestRunner/python/Test.py.