tests.sorting

tests.sorting#

Unit tests for the sorting submodule.

Modules

test_toposort_general

Unit tests for topological sorts which work on all toposorting algorithms.

test_toposort_kahns

Unit tests specific to Kahns algorithm backend for topological sorting.