bfrymire / crispy

Unit testing framework built in GML for GameMaker LTS 2022+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop on failure

bfrymire opened this issue · comments

Allow the tests to abruptly stop running in the event of an error.
The user should be able to set a flag on each level separately if there should be a stop on failure:

  • TestCase - if an individual case fails
  • TestSuite - if a nested case fails
  • TestRunner - if a nested case fails