![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | setUp (self) |
def | test_1 (self) |
def | test_2 (self) |
def | test_3 (self) |
def | tearDown (self) |
Public Attributes | |
alg1 | |
Calibration algorithm for use in unittests. | |
alg2 | |
Calibration algorithm for use in unittests. | |
col1 | |
Collector module attribute for use in unittests. | |
name | |
Calibration name for use in unittests. | |
example_file1 | |
Path to an example file. | |
example_file2 | |
UnitTest for validity of Calibration class when given arguments of different types
Definition at line 96 of file test_framework.py.
def setUp | ( | self | ) |
Create useful objects for each test
Definition at line 101 of file test_framework.py.
def test_1 | ( | self | ) |
Test whether or not calibration is valid with correct setup and if name is stored correctly
Definition at line 119 of file test_framework.py.
def test_2 | ( | self | ) |
Test whether or not calibration is valid with alternative correct setup and if name is stored correctly
Definition at line 132 of file test_framework.py.
def test_3 | ( | self | ) |
Test that the default options are correctly applied to a calibration
Definition at line 139 of file test_framework.py.