I continue my Lua series with part 3 — testing, mocks, and continuous integration.

https://martin-fieber.de/blog/how-to-test-your-lua/

#Lua #LuaRocks #LuaUnit

How to test your Lua

Having a look at testing Lua code, from small manual tests, to automated tests with LuaUnit. Also having a look at how to mock code and continuous integration with GitHub Actions.