Belle II Software
release-08-01-10
|
Public Member Functions | |
def | test_order (self) |
def | test_cyclic (self) |
Set of tests for the topological sort function
Definition at line 16 of file test_caf_utils.py.
def test_cyclic | ( | self | ) |
Tests that cyclic dependency returns empty list
Definition at line 32 of file test_caf_utils.py.
def test_order | ( | self | ) |
Checks that the resulting order is correct for a basic test
Definition at line 21 of file test_caf_utils.py.