Add automated tests for some mods (#605)

Depends on mineunit from https://github.com/S-S-X/mineunit

mesecons, mesecons_mvps, mesecons_fpga, and mesecons_luacontroller are now tested.
This commit is contained in:
Jude Melton-Houghton
2022-12-06 11:54:21 -05:00
committed by GitHub
parent 2ede29df9c
commit c10ce2dbc5
21 changed files with 1593 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- mineunit doesn't yet implement minetest.get_objects_inside_radius
pending("object movement", function()
end)