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, mdk, michael.foord, rbcollins, serhiy.storchaka, vstinner
Date 2017-06-04.22:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZVLyUd1y01X3KTCYbeyUO+MhcpcapDAvArKmLg8GA6vQ@mail.gmail.com>
In-reply-to <1496508125.25.0.00369096205898.issue30523@psf.upfronthosting.co.za>
Content
I used ./python -m test Lib/test/test_threading.py --list-tests.

I would like to be able to use this feature in regrtest too:

./python -m test test_threading --list-tests

Sadly, this option already exists and only return test files, not test
methods.
History
Date User Action Args
2017-06-04 22:13:16vstinnersetrecipients: + vstinner, rbcollins, ezio.melotti, michael.foord, serhiy.storchaka, mdk
2017-06-04 22:13:16vstinnerlinkissue30523 messages
2017-06-04 22:13:16vstinnercreate