Move dfs_find_path tests into dfs_testing

This commit is contained in:
2026-07-22 13:44:32 +02:00
parent c253e4a840
commit 9608796f23
4 changed files with 119 additions and 138 deletions
-13
View File
@@ -1,13 +0,0 @@
mod append_graph_tests {
use grapherity::models::AppendGraph;
grapherity::graph_topology_test_fixtures!(AppendGraph);
grapherity::find_path_tests!(AppendGraph);
}
mod graph_tests {
use grapherity::models::Graph;
grapherity::graph_topology_test_fixtures!(Graph);
grapherity::find_path_tests!(Graph);
}