![]() |
ATLAS Offline Software
|
Namespaces | |
| namespace | PyTestsLib |
| namespace | PyTHistTestsLib |
| namespace | test_CA |
Variables | |
| log | |
| str | TEST_DATABASE = "test_defects.db/COMP200" |
| teardown_db = None | |
| python.tests.create_database | ( | ) |
Definition at line 24 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.create_defect_type | ( | ddb, | |
| n ) |
Definition at line 90 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.create_defect_type_unicode | ( | ddb, | |
| n, | |||
| desc ) |
Definition at line 95 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.invariant | ( | test_data_name | ) |
Definition at line 8 of file tests.py.
| python.tests.iov_ranges | ( | iovs | ) |
Definition at line 20 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.iov_result_depends | ( | iovs | ) |
Definition at line 633 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.raises | ( | exc | ) |
Definition at line 60 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.teardown_database | ( | ) |
Definition at line 29 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test | ( | ) |
Definition at line 49 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_database_creation | ( | ) |
Definition at line 74 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_database_creation_unicode | ( | ) |
Definition at line 80 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_database_retrieval | ( | ) |
Definition at line 85 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_creation | ( | ) |
Definition at line 101 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_empty_retrieval | ( | ) |
Definition at line 245 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 211 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_insertion_retrieval | ( | ) |
Definition at line 159 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_defect_insertion_retrieval_unicode | ( | ) |
Definition at line 185 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 284 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 220 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 920 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_ignore_defects | ( | ) |
Definition at line 641 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_independent_tags | ( | ) |
Definition at line 690 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_intersect | ( | ) |
Definition at line 817 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_iov_tag_defects | ( | ) |
Definition at line 782 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 948 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_many_sparse_channels | ( | ) |
Definition at line 358 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 956 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_nonpresent | ( | ) |
Definition at line 340 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_normalize_defect_names | ( | ) |
Definition at line 840 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_query_with_primary_dependencies | ( | ) |
Definition at line 666 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 743 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_reject_duplicate_names | ( | ) |
Definition at line 862 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_rename_defects | ( | ) |
Definition at line 577 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_return_types | ( | ) |
Test that return types are appropriate
Definition at line 977 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_tagging_unicode | ( | ) |
Definition at line 548 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_update_virtual_defect | ( | ) |
Definition at line 501 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 775 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_creation | ( | ) |
Definition at line 262 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_creation_unicode | ( | ) |
Definition at line 306 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 329 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defect_hiding | ( | ) |
Definition at line 481 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 294 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects | ( | ) |
Definition at line 393 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects_deep | ( | ) |
Definition at line 440 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects_invert | ( | ) |
Definition at line 109 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.test_virtual_defects_stress | ( | ) |
Definition at line 460 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.log |
Definition at line 9 of file DataQuality/DQDefects/python/tests/__init__.py.
| python.tests.teardown_db = None |
Definition at line 23 of file DataQuality/DQDefects/python/tests/__init__.py.
| str python.tests.TEST_DATABASE = "test_defects.db/COMP200" |
Definition at line 15 of file DataQuality/DQDefects/python/tests/__init__.py.