Skip to content
Snippets Groups Projects
Commit 5b0cf134ad26 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

[pkg] Use pytest

parent 03180a8d8475
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
[testenv]
sitepackages = True
commands =
{envpython} -m unittest discover -s test -b
deps = pytest
commands = {envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:flake8]
skip_install = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment