[TIP] Functional testing of asynchronous systems

Jim Fulton jim at zope.com
Mon Nov 15 04:18:00 PST 2010


On Sun, Nov 14, 2010 at 5:17 PM, Joseph Heck <heckj at mac.com> wrote:
> Hey all,
>
> I've been googling around this weekend, looking for what may already exist out there that (more effectively) support functionally testing of asynchronous systems.

I'm not entirely sure what you mean by "asynchronous" systems, but the
Network Gateway Interface is an asynchronous networking library
designed primarily for testability:

  http://packages.python.org/zc.ngi/

Jim

--
Jim Fulton



More information about the testing-in-python mailing list