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 belopolsky
Recipients belopolsky, eli.bendersky
Date 2010-07-21.14:25:40
SpamBayes Score 0.0005242884
Marked as misclassified No
Message-id <1279722343.33.0.390893108889.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
I am adding 2.7.  It is ok to add tests to the stable series release AFAIK.  Moreover, I believe the unittests should be written for 2.7 first.  Since 3.x port of trace was done without the benefit of a test suite, it is likely that there are many differences in behavior that should be eliminated.  (See issue9317.)

Please start with fine-graned "white-box" API tests.  These are easier because you don't need to set up external scripts, capture output, etc. Just create a Trace object in setUp and call its various methods in test cases.
History
Date User Action Args
2010-07-21 14:25:43belopolskysetrecipients: + belopolsky, eli.bendersky
2010-07-21 14:25:43belopolskysetmessageid: <1279722343.33.0.390893108889.issue9315@psf.upfronthosting.co.za>
2010-07-21 14:25:41belopolskylinkissue9315 messages
2010-07-21 14:25:40belopolskycreate