Belle II Software  release-05-02-19
TestUtils_topological_sort Class Reference
Inheritance diagram for TestUtils_topological_sort:
Collaboration diagram for TestUtils_topological_sort:

Public Member Functions

def test_order (self)
 
def test_cyclic (self)
 

Detailed Description

Set of tests for the topological sort function

Definition at line 9 of file test_caf_utils.py.

Member Function Documentation

◆ test_cyclic()

def test_cyclic (   self)
Tests that cyclic dependency returns empty list

Definition at line 25 of file test_caf_utils.py.

◆ test_order()

def test_order (   self)
Checks that the resulting order is correct for a basic test

Definition at line 14 of file test_caf_utils.py.


The documentation for this class was generated from the following file: