[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: BDD testing framework without dependencies
 
- From: Julien Desgats <julien+lua@...>
 
- Date: Tue, 23 Aug 2016 00:10:53 +0200
 
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 Mon, 22 Aug 2016 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!