Tests

May 1, 2021 ยท View on GitHub

Goost uses Gut to run tests.

Gut

Usage

After build, run the following command from within Goost root directory:

python run.py tests

If you'd like to write new tests or update existing ones, you can run the editor instead which opens the test project for you:

python run.py editor

Running the Godot editor to write tests is not required, you can still use your favorite code editor and just run the tests alone via command-line interface.