mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
Call tests with pytest rather than py.test
This commit is contained in:
parent
82ae625240
commit
ed25b0a06b
2
tox.ini
2
tox.ini
@ -21,6 +21,6 @@ deps =
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
-rextra_requirements.txt
|
-rextra_requirements.txt
|
||||||
commands =
|
commands =
|
||||||
py.test --cov-config .coveragerc --cov pywb -v --doctest-modules ./pywb/ tests/
|
pytest --cov-config .coveragerc --cov pywb -v --doctest-modules ./pywb/ tests/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user