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 vstinner
Recipients ezio.melotti, michael.foord, rbcollins, vstinner
Date 2017-05-31.09:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496222892.42.0.363466637464.issue30523@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe the feature already exists but I failed to find it. Since I'm suprised that nobody implements that before (in unittest), I wait for a first feedback before starting to document the new feature and to write an unit test for it.

support.run_unittest() doesn't use unittest.main() and so don't support the new --list-tests option.
History
Date User Action Args
2017-05-31 09:28:12vstinnersetrecipients: + vstinner, rbcollins, ezio.melotti, michael.foord
2017-05-31 09:28:12vstinnersetmessageid: <1496222892.42.0.363466637464.issue30523@psf.upfronthosting.co.za>
2017-05-31 09:28:12vstinnerlinkissue30523 messages
2017-05-31 09:28:12vstinnercreate