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 eefba65 commit 6a4a2e9Copy full SHA for 6a4a2e9
tox.ini
@@ -16,20 +16,23 @@ deps =
16
pytest
17
pyyaml
18
pytest-randomly
19
+ iso8601
20
commands = pytest -vrfEsxXpP testcases/
21
22
[testenv:pytest-unprivileged]
23
deps =
24
25
26
27
28
commands = pytest -vrfEsxXpP -k 'not privileged' testcases/
29
30
[testenv:sanity]
31
32
33
34
35
36
changedir = {toxinidir}
37
commands = pytest -vrfEsxXpP testcases/consistency
38
0 commit comments