Use correct test folder

Signed-off-by: Luke Murphy <lukewm@riseup.net>
master
Luke Murphy 4 years ago
parent 9dda93c5d8
commit f2f1a826c6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

@ -13,7 +13,7 @@ isolated_build = True
extras =
test
commands =
pytest {{cookiecutter.package}} --cov={toxinidir}/{{cookiecutter.package}}/ --no-cov-on-fail {posargs}
pytest test/ --cov={toxinidir}/{{cookiecutter.package}}/ --no-cov-on-fail {posargs}
[testenv:lint]
description = lint the source

Loading…
Cancel
Save