Commit 9fa46f3e authored by jim's avatar jim

Normalize sample test execution times.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70189 62d5b8a3-27da-0310-9561-8e5933582275
parent 8d04ac68
......@@ -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