verigraph
verigraph copied to clipboard
Better utilities for writing unit tests with typed graphs
Creating test cases with typed graphs is currently a time consuming, manual work. We should probably find a better way to do this.
Wishlist:
- [ ] Better format for writing graphs
- [ ] Compare graphs by isomorphism instead of equality
Do we want random generation of graphs for QuickCheck tests? I've looked a bit into it and it shouldn't be too hard to generate a random graph, given a type graph.