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.
2 parents 5205231 + 197e8b4 commit 4549c1dCopy full SHA for 4549c1d
tox.ini
@@ -9,7 +9,7 @@ setenv =
9
LD_LIBRARY_PATH={toxinidir}/tmp-build/lib
10
commands =
11
pip install -v .
12
- py.test -v --timeout 20 --ignore=tmp-build --import-mode append
+ py.test -v --timeout 20 --ignore=tmp-build --import-mode append {posargs}
13
#python examples/integration_test.py [yourhost:yourport] confluent-kafka-testing http://yourhost:yourport
14
15
[base]
0 commit comments