![]() |
ATLAS Offline Software
|
Namespaces | |
| namespace | PyTestsLib |
| namespace | PyTHistTestsLib |
| namespace | test_CA |
Classes | |
| class | test_McAodBuilder |
| class | test_McAodFilter |
| class | test_McAodValidation |
| class | xcode |
Variables | |
| log | |
| str | TEST_DATABASE = "test_defects.db/COMP200" |
| teardown_db = None | |
| g = list(globals().keys()) | |
| _shortDescription | |
| shortDescription | |
| str | not_yet |
| python.tests.create_database | ( | ) |
Definition at line 25 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.create_defect_type | ( | ddb, | |
| n ) |
Definition at line 65 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.create_defect_type_unicode | ( | ddb, | |
| n, | |||
| desc ) |
Definition at line 70 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.invariant | ( | test_data_name | ) |
Definition at line 8 of file DataQuality/DQUtils/python/tests.py.
| python.tests.iov_ranges | ( | iovs | ) |
Definition at line 21 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.iov_result_depends | ( | iovs | ) |
Definition at line 628 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.mungline | ( | f | ) |
Definition at line 1036 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.shortDescription | ( | self | ) |
Definition at line 1047 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.teardown_database | ( | ) |
Definition at line 30 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_database_creation | ( | ) |
Definition at line 50 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_database_creation_unicode | ( | ) |
Definition at line 55 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_database_retrieval | ( | ) |
Definition at line 60 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_creation | ( | ) |
Definition at line 76 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_empty_retrieval | ( | ) |
Definition at line 235 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_failure_nonascii_name | ( | ) |
Check that we raise an error if the defect name is not ASCII
Definition at line 191 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_insertion_retrieval | ( | ) |
Definition at line 134 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_insertion_retrieval_unicode | ( | ) |
Definition at line 160 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_list_update_on_creation | ( | ) |
Check that the defect name list is updated when a defect is created
Definition at line 274 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_mangle_bad_stored_unicode | ( | ) |
Check that we recover if any of the string payloads are bad UTF-8
Definition at line 205 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_get_intolerable_defects | ( | ) |
Check that the intolerable defect listing function works
Definition at line 915 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_ignore_defects | ( | ) |
Definition at line 636 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_independent_tags | ( | ) |
Definition at line 685 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_intersect | ( | ) |
Definition at line 812 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_iov_tag_defects | ( | ) |
Definition at line 777 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_list_empty_tag | ( | ) |
Checking that listing a tag works even if the tag is empty
Definition at line 943 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_many_sparse_channels | ( | ) |
Definition at line 353 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_noncontiguous_defectid_creation | ( | ) |
Test that defects are inserted correctly into non-contiguous ranges
Definition at line 951 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_nonpresent | ( | ) |
Definition at line 335 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_normalize_defect_names | ( | ) |
Definition at line 835 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_query_with_primary_dependencies | ( | ) |
Definition at line 661 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_query_with_primary_dependencies_with_ignore | ( | ) |
Checking with_primary_dependencies + ignore Checks that the set of channels and iovs returned contains the correct number of channels and iovs when specifying both with_primary_dependencies and ignore to DQDefects.Retrieve
Definition at line 738 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_reject_duplicate_names | ( | ) |
Definition at line 857 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_rename_defects | ( | ) |
Definition at line 572 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_return_types | ( | ) |
Test that return types are appropriate
Definition at line 972 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_tagging_unicode | ( | ) |
Definition at line 543 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_update_virtual_defect | ( | ) |
Definition at line 496 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_consistency | ( | ) |
Checking that virtual flags don't depend on non-existent flags
Definition at line 770 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_creation | ( | ) |
Definition at line 252 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_creation_unicode | ( | ) |
Definition at line 296 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_failure_nonascii_name | ( | ) |
Check that we raise an error if the virtual defect name is not ASCII
Definition at line 319 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_hiding | ( | ) |
Definition at line 476 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_list_update_on_creation | ( | ) |
Check that the virtual defect name list is updated when a defect is created
Definition at line 284 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects | ( | ) |
Definition at line 388 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects_deep | ( | ) |
Definition at line 435 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects_invert | ( | ) |
Definition at line 84 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects_stress | ( | ) |
Definition at line 455 of file DataQuality/DQDefects/python/tests/__init__.py.
|
protected |
Definition at line 1052 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.g = list(globals().keys()) |
Definition at line 1038 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.log |
Definition at line 10 of file DataQuality/DQDefects/python/tests/__init__.py.
| str python.tests.not_yet |
Definition at line 101 of file PhysicsAnalysis/TruthParticleID/McParticleAlgs/python/tests.py.
| python.tests.shortDescription |
Definition at line 1053 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.teardown_db = None |
Definition at line 24 of file DataQuality/DQDefects/python/tests/__init__.py.
| str python.tests.TEST_DATABASE = "test_defects.db/COMP200" |
Definition at line 16 of file DataQuality/DQDefects/python/tests/__init__.py.