Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Parse unittest yaml from rust instead of from python #107

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

This will remove a bunch of extra compilation steps from writing tests, and unblock #101. Ideally we can use something like python subtest to contain each test case from the yaml.

Zannick commented 1 year ago

https://docs.rs/libtest-mimic/latest/libtest_mimic/ seems like it would work for this.