Skip to content

Commit

Permalink
fix: code is inside src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 15, 2023
1 parent 808d296 commit 7807a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
zope.testrunner
-c https://dist.plone.org/release/6.0-dev/constraints.txt
commands =
zope-testrunner --all --test-path={toxinidir} -s plone.folder {posargs}
zope-testrunner --all --test-path={toxinidir}/src -s plone.folder {posargs}
extras =
test

Expand All @@ -62,7 +62,7 @@ deps =
zope.testrunner
-c https://dist.plone.org/release/6.0-dev/constraints.txt
commands =
coverage run {envbindir}/zope-testrunner --all --test-path={toxinidir} -s plone.folder {posargs}
coverage run {envbindir}/zope-testrunner --all --test-path={toxinidir}/src -s plone.folder {posargs}
coverage report -m --format markdown
extras =
test

0 comments on commit 7807a50

Please sign in to comment.