summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_graph.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: reformat python fileswhitespace2020-10-071-1/+2
| | | | | | We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* lib: add DFS + DOT dumping to graph datastructureQuentin Young2018-04-191-0/+4
* Add general-purpose DFS traversal code * Add ability to dump any graph to DOT language * Add tests for graph datastructure Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>