Commit cb695be4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f89b7732
......@@ -47,8 +47,8 @@ template = inline:
<= jinja2-template
template = inline:
ZODB = '${ZODB-repository:location}'
TestCase('unit', ['python', '-m', 'zope.testrunner', '-u', '--test-path=src'], cwd=ZODB)
TestCase('functional', ['python', '-m', 'zope.testrunner', '-f', '--test-path=src'], cwd=ZODB)
TestCase('unit', ['python', '-m', 'zope.testrunner', '-uv', '--test-path=src'], cwd=ZODB)
TestCase('functional', ['python', '-m', 'zope.testrunner', '-fv', '--test-path=src'], cwd=ZODB)
# instance to run nxdtest.
......
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