We’ve just hit another milestone in Mudlet – and got our nearly 200 Lua-based tests to run in CI automatically on every change, and complimenting the existing C++ tests which are run already.

This means any time we do a change to Mudlet, a robot will fire up the changed Mudlet, run through the tests we have and make sure it’s all working okay.

Now the bulk of the effort will be write more tests to ensure we “cover” more functions. 200 tests is a lot, but there’s still more we can do. If you’d like to join in have a look here =)