Commit 5094e36a authored by Aurel's avatar Aurel Committed by Aurel

add required parameter for ZConfig 3.5

parent 3a398c24
...@@ -564,6 +564,11 @@ def runUnitTestList(test_list, verbosity=1, debug=0, run_only=None): ...@@ -564,6 +564,11 @@ def runUnitTestList(test_list, verbosity=1, debug=0, run_only=None):
'when': None, 'when': None,
'interval': None, 'interval': None,
'formatter': None, 'formatter': None,
# Zope4 config
'style': 'classic',
'arbitrary_fields': False,
'encoding': None,
'delay': None,
}, },
None, None) None, None)
section.handlers = [handlers.FileHandlerFactory(section)] section.handlers = [handlers.FileHandlerFactory(section)]
......
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