[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: BDD testing framework without dependencies
- From: tyrondis <tyrondis@...>
- Date: Mon, 22 Aug 2016 14:12:45 +1000
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!