mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-10 21:42:44 +08:00
tox.ini: prefer pytest without a dot
This commit is contained in:
committed by
Dave Halter
parent
5b5d855fab
commit
50445f424e
4
tox.ini
4
tox.ini
@@ -10,11 +10,11 @@ setenv =
|
||||
# tox corrupts __pycache__, solution from here:
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
commands =
|
||||
py.test {posargs:parso test}
|
||||
pytest {posargs:parso test}
|
||||
[testenv:cov]
|
||||
deps =
|
||||
coverage
|
||||
{[testenv]deps}
|
||||
commands =
|
||||
coverage run --source parso -m py.test
|
||||
coverage run --source parso -m pytest
|
||||
coverage report
|
||||
|
||||
Reference in New Issue
Block a user