This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients belopolsky, eli.bendersky, terry.reedy
Date 2010-07-24.12:37:27
SpamBayes Score 0.006673014
Marked as misclassified No
Message-id <1279975050.84.0.723853267524.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a file with some unit tests for Lib/trace.py module in Python 2.7. Currently the unit tests check the API only, for line counting, func call counting and function caller relationships, because these can be tested through the API, without capturing stdout and resulting coverage files. All in all, these features are given a pretty good coverage.

I've named the file test_trace_module.py because test_trace.py hasn't yet been renamed in 2.7 and I don't want to get into the naming mess.

More tests can (and will) be added, but this is a start.
History
Date User Action Args
2010-07-24 12:37:30eli.benderskysetrecipients: + eli.bendersky, terry.reedy, belopolsky
2010-07-24 12:37:30eli.benderskysetmessageid: <1279975050.84.0.723853267524.issue9315@psf.upfronthosting.co.za>
2010-07-24 12:37:28eli.benderskylinkissue9315 messages
2010-07-24 12:37:28eli.benderskycreate