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
Related work 🔗
- https://github.com/S-S-X/mineunit unit test framework
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.