I have implemented some reasonably popular open-source Lua libraries, like middleclass.lua & inspect.lua. I would like to share how I make my life easier with automatic testing & automation.
On this talk I will:
- Briefly talk about why & how to do automated tests in Lua
- Exemplify my current method of configuring travis+github in an opensource project
- Talk about other options & alternatives