Anyone out there have any strong opinions about which unit testing frameworks to use with Corona?
http://lua-users.org/wiki/UnitTesting
I’d like to setup a workflow where we push code to GitHub and then use CircleCI to kick off the tests – resulting in a PR that can be merged in or blocked.
I’m leaning towards Lunatest based on this article. http://jessewarden.com/2012/07/unit-testing-in-corona-sdk-using-lunatest.html