pytest is recommended entry point
This commit is contained in:
parent
ec647d181c
commit
79fa0c6f9d
2 changed files with 4 additions and 4 deletions
2
tox.ini
2
tox.ini
|
@ -15,7 +15,7 @@ deps =
|
|||
ipdb
|
||||
pytest-cov
|
||||
flaky
|
||||
commands = py.test -v -s -W all --cov pylast --cov-report term-missing {posargs}
|
||||
commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
deps = ipdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue