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 isandler
Recipients draghuram, gregory.p.smith, isandler, r.david.murray
Date 2010-05-01.19:10:42
SpamBayes Score 0.00672053
Marked as misclassified No
Message-id <1272741044.96.0.963734958184.issue7245@psf.upfronthosting.co.za>
In-reply-to
Content
a note on testing: it should be possible to integrate the tests into existing test_pdb.py by simply placing subprocess based tests next to doctest-based tests. This way pdb tests will at least be in a single module. (this is an approach taken by a patch in 
http://bugs.python.org/issue7964)

Would it be better?
History
Date User Action Args
2010-05-01 19:10:45isandlersetrecipients: + isandler, gregory.p.smith, draghuram, r.david.murray
2010-05-01 19:10:44isandlersetmessageid: <1272741044.96.0.963734958184.issue7245@psf.upfronthosting.co.za>
2010-05-01 19:10:42isandlerlinkissue7245 messages
2010-05-01 19:10:42isandlercreate