aynurin / maze-gen

Procedural generation of dungeon and maze maps for Unity (and possibly other game engines).
https://aynurin.github.io/maze-gen/
MIT License
0 stars 0 forks source link

Design a holistic approach to testing maze layouts #32

Open aynurin opened 7 months ago

aynurin commented 7 months ago
  1. Maze cases library with different test suites applicable to different segments of the library
  2. Probabilistic testing (e.g., Assert should pass in 50% of repeats)
  3. Easy filtering when running tests
  4. Organize tests into suites by type
aynurin commented 7 months ago
  1. Separate tests to Unit and Integration so testing maze layouts doesn't contribute to coverage.