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
1414# - Enable BytesWarning
1515# - Turn all warnings into exceptions.
1616commands = {envpython} -bb -Werror \
17- -m unittest discover -v -s Tests -p ' t_*'
17+ -m unittest discover -v -s Tests -p ' t_*' {posargs}
1818
1919[testenv:py3-nosasltls]
2020basepython = python3
@@ -52,7 +52,7 @@ passenv = {[testenv]passenv}
5252setenv =
5353 CI_DISABLED =INIT_FD
5454commands =
55- {envpython} -m unittest -v \
55+ {envpython} -m unittest -v {posargs} \
5656 Tests/t_cidict.py \
5757 Tests/t_ldap_dn.py \
5858 Tests/t_ldap_filter.py \
@@ -66,7 +66,7 @@ commands =
6666[testenv:pypy3]
6767basepython = pypy3
6868deps = pytest
69- commands = {envpython} -m pytest
69+ commands = {envpython} -m pytest {posargs}
7070
7171[testenv:doc]
7272basepython = python3
You can’t perform that action at this time.
0 commit comments