Skip to content

Commit dcc849c

Browse files
committed
Configuring with plone.meta
1 parent 34ba2ca commit dcc849c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ commands =
9090
[test_runner]
9191
deps = zope.testrunner
9292
test =
93-
zope-testrunner --all --test-path={toxinidir} -s Products.CMFPlacefulWorkflow {posargs}
93+
zope-testrunner --all --test-path={toxinidir}/src -s Products.CMFPlacefulWorkflow {posargs}
9494
coverage =
95-
coverage run --branch --source Products.CMFPlacefulWorkflow {envbindir}/zope-testrunner --quiet --all --test-path={toxinidir} -s Products.CMFPlacefulWorkflow {posargs}
95+
coverage run --branch --source Products.CMFPlacefulWorkflow {envbindir}/zope-testrunner --quiet --all --test-path={toxinidir}/src -s Products.CMFPlacefulWorkflow {posargs}
9696
coverage report -m --format markdown
9797
coverage xml
9898
coverage html

0 commit comments

Comments
 (0)