File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ passenv = WITH_GCOV
14
14
# - Enable BytesWarning
15
15
# - Turn all warnings into exceptions.
16
16
commands = {envpython} -bb -Werror \
17
- -m unittest discover -v -s Tests -p ' t_*'
17
+ -m unittest discover -v -s Tests -p ' t_*' {posargs}
18
18
19
19
[testenv:py3-nosasltls]
20
20
basepython = python3
@@ -52,7 +52,7 @@ passenv = {[testenv]passenv}
52
52
setenv =
53
53
CI_DISABLED =INIT_FD
54
54
commands =
55
- {envpython} -m unittest -v \
55
+ {envpython} -m unittest -v {posargs} \
56
56
Tests/t_cidict.py \
57
57
Tests/t_ldap_dn.py \
58
58
Tests/t_ldap_filter.py \
@@ -66,7 +66,7 @@ commands =
66
66
[testenv:pypy3]
67
67
basepython = pypy3
68
68
deps = pytest
69
- commands = {envpython} -m pytest
69
+ commands = {envpython} -m pytest {posargs}
70
70
71
71
[testenv:doc]
72
72
basepython = python3
You can’t perform that action at this time.
0 commit comments