I was trying to configure luaunit to do unit testing against my Corona code, but I’ve run into this:
ERROR: loadstring() is not available in Corona
I get that Corona runs Lua in a sandbox and essentially won’t let you eval() code at runtime, which is what luaunit wants to do to invoke tests. What approach do others use for automated unit testing with Corona SDK? There are other toolkits I can look at, but if none of them are going to work I figure I might as well not waste my time.
[import]uid: 107045 topic_id: 19746 reply_id: 319746[/import]