We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c52c1a commit de082eaCopy full SHA for de082ea
tox.ini
@@ -19,7 +19,7 @@ deps =
19
{[testenv]deps}
20
coveralls
21
commands=
22
- coverage run --source=pytest_splinter {envdir}/bin/py.test tests
+ coverage run --source=pytest_splinter -m pytest tests
23
coverage report -m
24
25
0 commit comments