We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ba2ca commit dcc849cCopy full SHA for dcc849c
1 file changed
tox.ini
@@ -90,9 +90,9 @@ commands =
90
[test_runner]
91
deps = zope.testrunner
92
test =
93
- zope-testrunner --all --test-path={toxinidir} -s Products.CMFPlacefulWorkflow {posargs}
+ zope-testrunner --all --test-path={toxinidir}/src -s Products.CMFPlacefulWorkflow {posargs}
94
coverage =
95
- coverage run --branch --source Products.CMFPlacefulWorkflow {envbindir}/zope-testrunner --quiet --all --test-path={toxinidir} -s Products.CMFPlacefulWorkflow {posargs}
+ coverage run --branch --source Products.CMFPlacefulWorkflow {envbindir}/zope-testrunner --quiet --all --test-path={toxinidir}/src -s Products.CMFPlacefulWorkflow {posargs}
96
coverage report -m --format markdown
97
coverage xml
98
coverage html
0 commit comments