Commit f481faf2 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

add required parameter for ZConfig 3.5

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