Commit 91350c62 authored by Jim Fulton's avatar Jim Fulton

Normalize sample test execution times.

parent 8fd345c6
......@@ -58,6 +58,7 @@ def test_suite():
(re.compile('\S+sample-(\w+)'), r'/sample-\1'),
(re.compile('-([^-]+)-py\d[.]\d.egg'), r'-py2.3.egg'),
(re.compile(r'\\+'), '/'),
(re.compile('\d[.]\d+ seconds'), '0.001 seconds')
])
),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment