[Stackless] code coverage tools?
Ian P. Cardenas
ipc at srand.net
Tue Nov 24 03:34:36 CET 2009
Hello,
Do any coverage modules work with stackless3?
I'm testing some code with the Stackless 3.1b3 build on OS X 10.6.2 using py.test 1.1.0. I've tried coverage.py 3.2b3 and figleaf 0.6.1 (I downloaded them and py2to3+patched them where necessary).
Things run just fine but only the main tasklet's statements are ever reported as covered.
I haven't found any discussion of code coverage and tasklets to guide me and would appreciate any direction you might have.
I experimented with explicitly covering tasklets with a managed __call__ but haven't succeeded yet.
Thanks,
Ian
More information about the Stackless
mailing list