preveyj / MonsterSpawnerController

A set of programs for CC:Tweaked computers to control a set of Apotheosis redstone-enabled monster spawners.
MIT License
0 stars 0 forks source link

Add unit tests #1

Open preveyj opened 9 months ago

preveyj commented 9 months ago

I want to add unit tests to help check my work and assumptions, but I don't know what Lua unit test frameworks exist.

Plus, this being created for CC:Tweaked, I need to look up the CC:Tweaked documentation and see what exists for expected returns and exceptions and such for each call.

preveyj commented 9 months ago

Eventually I'll want to add a Github Actions pipeline to run these tests for me, along with whatever other general checks I might want or need later.