Gut
Test framework
A unit testing framework for the Godot Engine that allows developers to write tests for their GDScript code.
Godot Unit Test. Unit testing tool for Godot Game Engine.
2k stars
23 watching
101 forks
Language: GDScript
last commit: 29 days ago
Linked from 1 awesome list
godotgodot-enginetoolunit-test
Related projects:
Repository | Description | Stars |
---|---|---|
mikeschulze/gdunit3 | A framework for testing scripts and scenes within the Godot editor | 312 |
mikeschulze/gdunit4 | An embedded unit testing framework for testing Gd scripts and scenes in the Godot editor | 586 |
bitwes/gut-extension | An extension for the Visual Studio Code editor to run GUT tests and framework tools from within the editor. | 30 |
kehom/godotaddonpack | A collection of reusable scripting components for building game servers and applications | 189 |
bscotch/olympus | A testing framework designed specifically for GameMaker projects with features such as test result recording and recovery. | 16 |
cpp-testing/gunit | A C++ testing framework that simplifies and extends Google.Test with support for Gherkin-style tests and reduced boilerplate code. | 263 |
suites-dev/suites | A comprehensive testing framework for building reliable unit tests in TypeScript applications | 367 |
overminddl1/godot-helpers | A collection of reusable GDScript functions and classes for common tasks in game development. | 26 |
ospector/gtest-gbar | A C# wrapper around Google Test to enhance its user interface | 131 |
danielstjules/pho | A test framework that allows developers to write tests in a familiar syntax and automatically re-runs specs during development. | 284 |
bfrymire/crispy | A unit testing framework built in Game Maker Language for GameMaker Studio 2+, allowing developers to write and run tests within their projects. | 39 |
ysmood/got | A Go test framework with features like pretty output and value snapshot assertion. | 265 |
vcaesar/tt | A tool for writing and running tests in Go with colorful output and benchmarking capabilities. | 8 |
bitovi/funcunit | A functional testing framework for JavaScript applications | 571 |
martinmoene/lest | A simple C++ test framework for unit tests and BDD. | 391 |