# bitwes/Gut

Godot Unit Test.  Unit testing tool for Godot Game Engine.

Repository: https://github.com/bitwes/Gut
Canonical: https://ross.abutalabs.com/products/gut
Language: GDScript
License Family: other
Topics: godot, unit-test, godot-engine, tool
Last push: 2026-08-18T14:28:41+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 68, longevity 100
- inputs: {"age_days": 3665, "days_push": 15, "days_rel": 55, "gap_med": 106.0, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2701, forks 150 (observed 2026-08-28T04:07:11.430163+00:00)

## What it is
GUT (Godot Unit Test) is a unit testing framework for the Godot game engine that lets you write tests for GDScript in GDScript. It includes an editor plugin and command-line runner, with separate major versions targeting Godot 3.x and 4.x.

## Use cases
- write unit tests for gdscript code
- run automated tests for a godot project
- test-driven development in godot
- add a test suite to a godot game
- run godot tests from ci pipeline
- mock and stub gdscript objects in tests

## When to choose
- you develop in Godot with GDScript and want a mature, purpose-built testing framework
- you need both editor-integrated and command-line test running
- you want mocking, stubbing, and assertion utilities tailored to Godot's scene/node model

## When to avoid
- you use a game engine other than Godot
- you need C# or visual-script testing rather than GDScript
- you need end-to-end gameplay testing rather than unit tests

## Facets
- artifact type: framework
- maturity: active
- function: testing, cli, developer-tools
- domain: testing, developer-tools
- platform: game-engine, cross-platform, cli
- tags: godot, gdscript, unit-testing, test-framework, game-engine, game-development

## Member repositories
- bitwes/Gut (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:11.430163+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:15:58.285453+00:00, confidence not recorded.
  - readme: https://github.com/bitwes/Gut (fetched 2026-08-28T04:07:11.430163+00:00, sha 3b7e069e35ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
