preveyj / ExtremeReactorsControls

CC:Tweaked control programs for ExtremeReactors multiblock machines written in Lua.
MIT License
1 stars 0 forks source link

Add unit tests #6

Open preveyj opened 6 months ago

preveyj commented 6 months ago

I want to add unit tests to this and my other Lua-based CC:Tweaked repos, but I've got no idea what unit testing infrastructure exists for Lua.

Plus, these being written for CC:Tweaked, I'll need to look for more complete documentation from the CC:Tweaked devs or what others have compiled to make sure I can cover all cases where I need to interact with expected CC:Tweaked libraries.

preveyj commented 6 months ago

Eventually I want to get a pipeline going with Github Actions to run tests for me and do all the other general checks for me, too.