Lua Unit Test Framework
Posted: 16 Apr 2021, 10:28
So, i once again seem to have broken something in my game, that is hard to diagnose (even with git history bisect).
I google a little for lua unit test frameworks and cam upon this:
https://github.com/bluebird75/luaunit
Does anybody else use this in his/her projects for complex gadgetry or have any unittest experience.
This is obviously something you dont wanna ship with the final game, and only need to run once at gamestart.
Anyone any experience integrating something similar for lua scripts?
I originally planted to write something similar for Unit-Unit Testing but it got nowhere..
I google a little for lua unit test frameworks and cam upon this:
https://github.com/bluebird75/luaunit
Does anybody else use this in his/her projects for complex gadgetry or have any unittest experience.
This is obviously something you dont wanna ship with the final game, and only need to run once at gamestart.
Anyone any experience integrating something similar for lua scripts?
I originally planted to write something similar for Unit-Unit Testing but it got nowhere..