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 remi.lapeyre
Recipients gregory.p.smith, remi.lapeyre, terry.reedy
Date 2020-05-01.14:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588343087.28.0.0584722903796.issue36825@roundup.psfhosted.org>
In-reply-to
Content
Bumping this issue as issue 37873 that wants to add a new -j argument to unittest got some attention lately.

This PR makes the Test Cases aware of the command line arguments given to unittest.main() and is needed to add the --pdb argument proposed in issue 18765 to run pdb.post_mortem() when an exception occurs during a test.

Both this issue and #18765 would be very useful to augment unittest.
History
Date User Action Args
2020-05-01 14:24:47remi.lapeyresetrecipients: + remi.lapeyre, terry.reedy, gregory.p.smith
2020-05-01 14:24:47remi.lapeyresetmessageid: <1588343087.28.0.0584722903796.issue36825@roundup.psfhosted.org>
2020-05-01 14:24:47remi.lapeyrelinkissue36825 messages
2020-05-01 14:24:47remi.lapeyrecreate