Belle II Software development
|
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 20 of file test_validation.py.
def test_apply_package_selection | ( | self | ) |
Test if the package selection works and if the required dependencies are properly honored
Definition at line 101 of file test_validation.py.
def test_interval_selection | ( | self | ) |
Test if the interval selection works
Definition at line 26 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 74 of file test_validation.py.
def test_meta_option_parser | ( | self | ) |
Test if the meta options parsers behaves nice
Definition at line 198 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 169 of file test_validation.py.