[Stackless] Unittests and channels
Richard Tew
richard.m.tew at gmail.com
Tue Oct 9 01:52:35 CEST 2012
On Mon, Oct 8, 2012 at 8:41 PM, Tim Stoop <stackless at timstoop.nl> wrote:
> Does anyone have a working example on how to write unittests for code using
> stackless channels? The only way I can figure out myself is actually setting
> up an entire environment and running the unittests, but I think this is
> pretty error-prone... How are others doing this?
Have you looked at the unit tests that come with Stackless?
http://hg.python.org/stackless/file/a33beefa81f9/Stackless/unittests
Cheers,
Richard.
More information about the Stackless
mailing list