Submitted by user NullPointer; MIT; 2021-02-14
GdUnit3 is a unit test framework for Godot 3.2
https://github.com/MikeSchulze/gdUnit3/wiki
Features
- Fully integrated in the Godot editor
- Run test-suite(s) by using the context menu on FileSystem, ScriptEditor or GdUnitInspector
- Create test's directly from the ScriptEditor
- A spacious set of Asserts use to verfy your code Fluentable syntax support
- Test Fuzzing support
- Mocking a class to simulate the implementation which you define the output of certain function
- Spy on a instance to verify that a function has been called with certain parameters
View files Download Submit an issue Recent Edits