Belle II Software
release-08-01-10
|
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 dependecies are properly honored
Definition at line 104 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 76 of file test_validation.py.
def test_meta_option_parser | ( | self | ) |
Test if the meta options parsers behaves nice
Definition at line 202 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 172 of file test_validation.py.