![]() |
Belle II Software prerelease-10-00-00a
|
Public Member Functions | |
setUp (self) | |
test_get_comparison (self) | |
Public Attributes | |
dict | test_options |
Mapping test case -> Metaoptions. | |
list | obj_pairs |
ROOT objects used to check if comparison executes. | |
Test get_comparison
Definition at line 24 of file test_comparison.py.
setUp | ( | self | ) |
Set up testing of get_comparison
Definition at line 27 of file test_comparison.py.
test_get_comparison | ( | self | ) |
Use get_tester on the metaoptions to get the requested comparison object and run that on two identical ROOT object. Check that this indeed returns 'equal'.
Definition at line 45 of file test_comparison.py.
list obj_pairs |
ROOT objects used to check if comparison executes.
Definition at line 40 of file test_comparison.py.
dict test_options |
Mapping test case -> Metaoptions.
Definition at line 30 of file test_comparison.py.