]> granicus.if.org Git - python/commit
Issue #29035: Simplify a regex in libregrtest
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jan 2017 00:38:58 +0000 (01:38 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jan 2017 00:38:58 +0000 (01:38 +0100)
commite8cfec5abc8a9401543aa4af5b20ae7afec89198
treec773fe9df0c7f2f6dc013f392199e34c448f9408
parentc9c760d6ecacfd08f0ec55ebb7ac54757372d3c5
Issue #29035: Simplify a regex in libregrtest

regrtest: simplify the regex used to match test names for the --fromfile
command line option.
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py