lua-users home
lua-l archive

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


Hi, Ryan,

It is not specific to Orbit, but Norman Clarke has contributed code to
WSAPI that lets you mock WSAPI requests, so you can "require" an Orbit
application and test it without a webserver present.

https://github.com/keplerproject/wsapi/blob/master/tests/mock_test.lua

--
Fabio Mascarenhas



On Wed, Aug 3, 2011 at 3:37 PM, Ryan Pusztai <rpusztai@gmail.com> wrote:
> Hi,
> I am wondering if anyone has any experience using Orbit [1] and developing
> tests for the created web application? I am looking for some
> general strategy and hoping that it can be done easily. Thanks.
> --
> Regards,
> Ryan
> [1] http://keplerproject.github.com/orbit/