Implemented a few basic tests and ideas for future ones

This commit is contained in:
2026-04-29 13:18:27 +02:00
parent d7c7320443
commit 750bad7f83
6 changed files with 84 additions and 7 deletions

View File

@@ -40,4 +40,10 @@ pub const Node = struct {
try self.roads.append(allocator, road_to_add);
}
};
};
// TODO tests
// road reference test
// pos within node test
// deinit test
// roads ptr list test