Description
mtt
Minetest test framework
Provides an api to register test functions for integration-tests.
NOTE: this mod is inert by default and only here for completeness and to provide the test-api stubs
More documentation is available here: https://github.com/buckarooBanzay/mtt
Releases
2026-02-05 02:14 UTC
2026-02-05
- Update ghcr.io/luanti-org/luanti Docker tag to v5.15.0
2025-11-25 02:16 UTC
2025-11-25
- Update actions/checkout action to v6
2025-10-11 02:19 UTC
2025-10-11
- Update ghcr.io/luanti-org/luanti Docker tag to v5.14.0
- Update actions/checkout action to v5
2025-08-05 02:13 UTC
2025-08-05
- Update ghcr.io/luanti-org/luanti Docker tag to v5.13.0 (#23)
2025-08-01 02:12 UTC
2025-08-01
- Update coverallsapp/github-action action to v2 (#22)
All releases
Threads
New thread
Information
Provides
mtt
Dependencies
- Required
-
No required dependencies
- Optional
-
fakelib
Information
- Type
- Mod
- Technical Name
- mtt
- Languages
-
English
- License
-
MIT
- Maintenance State
- Actively Developed
- Added
- 2022-08-06 10:12 UTC
- Maintainers
-
BuckarooBanzai
Used By
Good mod
I recently discovered it while setting up automatic CI tests for my "Skills & States" mod. I had tried another one, got disappointed, and thought, "Great, yet another mod I have to make myself". Then I found this one that just makes sense and works. I haven't tried it out thoroughly, but the API seems flexible enough for any reasonable Luanti test scenario. So, thank you.