Add FrozenGraph tests

This commit is contained in:
2026-09-03 19:49:45 +02:00
parent 73af8a16ca
commit c25a8a4fc1
5 changed files with 172 additions and 2 deletions
+6
View File
@@ -44,6 +44,12 @@ macro_rules! dfs_tests {
};
}
mod frozen_graph {
use grapherity::models::FrozenGraph;
dfs_tests!(FrozenGraph);
}
mod append_graph {
use grapherity::models::AppendGraph;