mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
9 lines
541 B
Markdown
9 lines
541 B
Markdown
# Testing Toy
|
|
|
|
Toy uses GitHub actions for automated testing - all of the tests are under `test/`, and can be executed by running `make test`.
|
|
|
|
The tests consist of a number of different situations and edge cases which have been discovered, and should probably be thoroughly tested one way or another. There are also several "-bugfix.toy" scripts which explicitly test a bug that has been encountered in one way or another.
|
|
|
|
Finally, the libs that are stored in `repl/` are also tested - their tests are under `/tests/scripts/lib`.
|
|
|