tests.core.exceptions package
Submodules
tests.core.exceptions.test_checks module
- class tests.core.exceptions.test_checks.TestChecks(methodName='runTest')[source]
Bases:
TestCase
Tests for the Checks class.
- test_check_truth_table_fail()[source]
Test for method checking the truth table, where an incorrect one is given.
- test_min_max_check()[source]
Test for method checking if the start of time period is smaller or equal to it’s end, for data that can satisfy this condition.