Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 633 Bytes

Tests

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.