STINNER Victor added the comment:

FYI initially my idea was to use a very strict to avoid false positives. But 
when I used the feature, I found that the regex is more annoying than helping 
(ex: I had to modify the regex to accept filenames with directories). So I now 
prefer to use a very simple regex matching "test_xxx" anywhere, to have 
something simple and convenient.

----------

_______________________________________
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