Hi, I'm pretty happy with Telescope[1]: it has mostly the same syntax as Busted but without any dependencies. Unfortunately, it does not seem to be maintained anymore[2] but works flawlessly once the with the linked patch has been applied. [1] https://github.com/norman/telescope [2] https://github.com/norman/telescope/pull/24 Le 2016年8月22日 14:12:45 +1000, tyrondis <tyrondis@icloud.com> a écrit : > 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!