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 serhiy.storchaka
Recipients methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-01-03.08:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483432498.58.0.0802198354054.issue29035@psf.upfronthosting.co.za>
In-reply-to
Content
> So I use "ls Lib/test/test_*codec*py", the list is quite list, it's annoying to have to copy/paste test names manually.

I would use

    ./python -m test --list | grep codec | xargs ./python -m test
History
Date User Action Args
2017-01-03 08:34:58serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane, python-dev, xiang.zhang
2017-01-03 08:34:58serhiy.storchakasetmessageid: <1483432498.58.0.0802198354054.issue29035@psf.upfronthosting.co.za>
2017-01-03 08:34:58serhiy.storchakalinkissue29035 messages
2017-01-03 08:34:58serhiy.storchakacreate