Commit 3f4d5f10 authored by Tres Seaver's avatar Tres Seaver

Normalize away some more doctest noise.

parent fac0f84e
......@@ -722,7 +722,10 @@ def storage_reusable_suite(prefix, factory,
"blob_transaction.txt",
setUp=setup, tearDown=zope.testing.setupstack.tearDown,
checker=zope.testing.renormalizing.RENormalizing([
(re.compile(r'([a-zA-Z]:)?\%(sep)s.*\%(sep)sblobs\%(sep)s.*\.blob'
(re.compile("POSKeyError: u'No blob file"),
"POSKeyError: 'No blob file"),
(re.compile(
r'([a-zA-Z]:)?\%(sep)s.*\%(sep)sblobs\%(sep)s.*\.blob'
% dict(sep=os.path.sep)), '<BLOB STORAGE PATH>')
]),
optionflags=doctest.ELLIPSIS,
......
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