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 duncf, eli.bendersky, eric.araujo, michael.foord
Date 2010-11-21.12:24:15
SpamBayes Score 4.588176e-08
Marked as misclassified No
Message-id <1290342256.89.0.714658536131.issue10470@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch for unittest/main.py that implements this.

However, something is funny with the tests of the unittest module. When the patch is applied and the tests are run through regrtest.py, it complains that sys.path is modified. I'm investigating this now.
History
Date User Action Args
2010-11-21 13:22:19eli.benderskyunlinkissue10470 messages
2010-11-21 12:24:16eli.benderskysetrecipients: + eli.bendersky, eric.araujo, michael.foord, duncf
2010-11-21 12:24:16eli.benderskysetmessageid: <1290342256.89.0.714658536131.issue10470@psf.upfronthosting.co.za>
2010-11-21 12:24:15eli.benderskylinkissue10470 messages
2010-11-21 12:24:15eli.benderskycreate