lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi *,

I am looking for a BDD unit testing framework for Lua that has no dependencies, so that I can run my tests inside an embedded system. So far I found https://github.com/mirven/luaspec, but I do not like its syntax.

Is there anything out there with a syntax like Busted (http://olivinelabs.com/busted/), but has no dependencies?

Thanks!