Serhiy Storchaka added the comment:

> 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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to