Move dfs_find_path tests into dfs_testing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user