Skip to content
Adrien Quillet edited this page Feb 16, 2023 · 4 revisions

Simple Test Harness



Test harness for Godot Engine 4

STH (Simple Test Harness) is an addon for Godot Engine for writing and running unit tests. It is compatible with Godot Engine 4+.

What is a test harness ?

A test harness is a set of tools configured to test a program. It is at least composed of

  • a test runner that is responsible for running your tests, in an editor or from command line,
  • an assertion framework, which is a set of instructions to verify (assert) that your program runs as expected.
Clone this wiki locally