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 0fc4d77 commit 2daf3aaCopy full SHA for 2daf3aa
tox.ini
@@ -19,7 +19,7 @@ deps =
19
setenv =
20
AGENT_NO_ANALYTICS = 1
21
22
-commands = pytest tests/ -s -vv
+commands = pytest --cov={envsitepackagesdir}/pytest_reportportal --cov-report=xml tests/ -s -vv
23
24
[testenv:nobdd]
25
deps =
@@ -29,7 +29,7 @@ deps =
29
30
31
32
-commands = pytest --cov={envsitepackagesdir}/pytest_reportportal --cov-report=xml tests/ -s -vv --ignore tests/integration/test_bdd.py
+commands = pytest tests/ -s -vv --ignore tests/integration/test_bdd.py
33
34
[testenv:pep]
35
skip_install = True
0 commit comments