summaryrefslogtreecommitdiff
path: root/test/testutil.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2014-08-25 10:15:16 -0700
committerDana Powers <dana.powers@rd.io>2014-08-25 12:54:54 -0700
commite151529078d53deca6254dee5b80e41e01226a7f (patch)
tree488ff0fb3a2ed26f52aa9f4b471ff3ff7060a938 /test/testutil.py
parentd73d1690b16ea86a9fd51056f4d149f54a4dd8f0 (diff)
downloadkafka-python-e151529078d53deca6254dee5b80e41e01226a7f.tar.gz
Add pylint to tox.ini; test both kafka and test; default to error-checking only; fixup errors; skip kafka/queue.py
Diffstat (limited to 'test/testutil.py')
-rw-r--r--test/testutil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testutil.py b/test/testutil.py
index 4f5f6ee..dc8eea0 100644
--- a/test/testutil.py
+++ b/test/testutil.py
@@ -48,6 +48,7 @@ def get_open_port():
class KafkaIntegrationTestCase(unittest2.TestCase):
create_client = True
topic = None
+ server = None
def setUp(self):
super(KafkaIntegrationTestCase, self).setUp()