![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | test_interval_selection (self) |
def | test_interval_selection_default (self) |
def | test_apply_package_selection (self) |
def | test_parse_header (self) |
def | test_meta_option_parser (self) |
Various test cases for the validation module
Definition at line 13 of file test_validation.py.
def test_apply_package_selection | ( | self | ) |
Test if the package selection works and if the required dependecies are properly honored
Definition at line 91 of file test_validation.py.
def test_interval_selection | ( | self | ) |
Test if the interval selection works
Definition at line 19 of file test_validation.py.
def test_interval_selection_default | ( | self | ) |
Test if the interval selection works if there is no interval setting in the validation header
Definition at line 65 of file test_validation.py.
def test_meta_option_parser | ( | self | ) |
Test if the meta options parsers behaves nice
Definition at line 177 of file test_validation.py.
def test_parse_header | ( | self | ) |
Test if the interval selection works if there is no interval setting in the validation header
Definition at line 149 of file test_validation.py.