diff options
author | Dana Powers <dana.powers@rd.io> | 2016-01-03 16:28:49 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2016-01-03 16:28:49 -0800 |
commit | 6d48a1cc5fce549757fe306fad54a0f3a4f4444b (patch) | |
tree | 54134ce08b396bf925d39732080129cb87b3d357 /tox.ini | |
parent | fa7ecdaf3fd1ee9d54f8c39e98c99e439353d426 (diff) | |
download | kafka-python-6d48a1cc5fce549757fe306fad54a0f3a4f4444b.tar.gz |
Use parameterized pytests in test_client_async; add pytest-mocker plugin
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ deps = pytest-catchlog pytest-pylint pytest-sugar + pytest-mock mock python-snappy py{26,27}: six |