Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions news/4122.tests
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move tests folder inside python distribution @gforcada
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ deps =
pytest
pytest-plone
test =
pytest --disable-warnings {posargs} {toxinidir}/tests
pytest --disable-warnings --pyargs plone.exportimport {posargs}
coverage =
coverage run --source plone.exportimport -m pytest {posargs} --disable-warnings {toxinidir}/tests
coverage run --source plone.exportimport -m pytest {posargs} --disable-warnings --pyargs plone.exportimport
coverage report -m --format markdown
coverage xml
coverage html
Expand Down
Loading