Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A Godot Unit Test Framework. Support for gdScript and c# unit testing
| Date | Stars |
|---|---|
| 2026-07-24 | 321 |
| 2026-07-25 | 321 |
| 2026-07-28 | 321 |
| 2026-07-30 | 321 |
| 2026-08-06 | 321 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center">GdUnit3 <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/MikeSchulze/gdunit3" width="12%"> </h1> <h2 align="center">A Godot Embedded Unit Testing Framework</h2> <p align="center"> <img src="https://img.shields.io/badge/Godot-v3.4.1-%23478cbf?logo=godot-engine&logoColor=cyian&color=brightgreen"> <img src="https://img.shields.io/badge/Godot-v3.4.2-%23478cbf?logo=godot-engine&logoColor=cyian&color=brightgreen"> <img src="https://img.shields.io/badge/Godot-v3.4.4-%23478cbf?logo=godot-engine&logoColor=cyian&color=brightgreen"> <img src="https://img.shields.io/badge/Godot-v3.4.5-%23478cbf?logo=godot-engine&logoColor=cyian&color=brightgreen"> <img src="https://img.shields.io/badge/Godot-v3.5-%23478cbf?logo=godot-engine&logoColor=cyian&color=brightgreen"> <img src="https://img.shields.io/badge/Godot-v3.5.1-%23478cbf?logo=godot-engine&logoColor=cyian&color=brightgreen"> </p> <p align="center"><a href="https://github.com/MikeSchulze/gdUnit3"><img src="https://github.com/MikeSchulze/gdUnit3/blob/master/assets/gdUnit3-animated.gif" width="100%"/></p><br/> <p align="center"> <img alt="GitHub branch checks state" src="https://img.shields.io/github/checks-status/MikeSchulze/gdunit3/master"></br> <img src="https://github.com/MikeSchulze/gdUnit3/actions/workflows/ci-dev.yml/badge.svg?branch=master"></br> </p> ## What is GdUnit3 GdUnit3 is a framework for testing Gd-Scrips/C# and Scenes within the Godot editor. GdUnit3 is very useful for test-driven development and will help you get your code bug-free. > __Note__ ```diff - GdUnit3 is Now in out of Maintenance! ``` > Meaning that NO new features will be added and NO bug fixes will be made.<br> > The development of GdUnit continues with <a href="https://github.com/MikeSchulze/gdUnit4">GdUnit4</a>, which is designed for use with Godot4. ## Features * Fully embedded in the Godot editor * Run test-suite(s) by using the context menu on FileSystem, ScriptEditor or GdUnitInspector * Create tests directly from the ScriptEditor * Configurable template for the creation of a new test-suite * A spacious set of Asserts use to verify your code * Argument matchers to verify the behavior of a function call by a specified argument type. * Fluent syntax support * Test Fuzzing support * Parameterized Tests (Test Cases) * Mocking a class to simulate the implementation in which you define the output of the certain function * Spy on an instance to verify that a function has been called with certain parameters. * Mock or Spy on a Scene * Provides a scene runner to simulate interactions on a scene * Simulate by Input events like mouse and/or keyboard * Simulate scene processing by a certain number of frames * Simulate scene processing by waiting for a specific signal * Update Notifier to install the latest version from GitHub * Command Line Tool * CI - Continuous Integration support * generates HTML report * generates JUnit report * With v2.3.0 full C# testing support * Visual Studio Code extension --- ## Short Example ``` # this assertion succeeds assert_int(13).is_not_negative() # this assertion fails because the value '-13' is negative assert_int(-13).is_not_negative() ``` --- ## Documentation <p align="left" style="font-family: Bedrock; font-size:21pt; color:#7253ed; font-style:bold"> <a href="https://mikeschulze.github.io/gdUnit3/first_steps/install/">How to Install GdUnit</a> </p> <p align="left" style="font-family: Bedrock; font-size:21pt; color:#7253ed; font-style:bold"> <a href="https://mikeschulze.github.io/gdUnit3/">API Documentation</a> </p> --- ### You are welcome to: * [Give Feedback](https://github.com/MikeSchulze/gdUnit3/discussions/228) * [Suggest Improvements](https://github.com/MikeSchulze/gdUnit3/issues/new?assignees=MikeSchulze&labels=enhancement&template=feature_request.md&title=) * [Report Bugs](https://github.com/MikeSchulze/gdUnit3/issues/new?assignees=MikeSchulze&lab
Excerpt of 5,132 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ae81ec3c20037cc8, topic:testing