bfrymire / crispy

Unit testing framework built in GML for GameMaker LTS 2022+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add configuration to silence passing tests

bfrymire opened this issue · comments

The Output Window can become cluttered when several hundred tests are added to a project. This makes it difficult to find output text from other libraries or debug messages.

Add a configuration that allows passing tests to not be printed to the Output Window.