summaryrefslogtreecommitdiff
path: root/test/testutil.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2014-08-26 18:24:31 -0700
committerDana Powers <dana.powers@gmail.com>2014-08-26 18:24:31 -0700
commitd107420bedc5c4ebdd8f53fd39883b88b7789ed4 (patch)
tree7fb2d8ee46abdbcb282d87887e24c36febb766bb /test/testutil.py
parent695ea2227c735e788840ecbe66bd99243964ef76 (diff)
parente151529078d53deca6254dee5b80e41e01226a7f (diff)
downloadkafka-python-d107420bedc5c4ebdd8f53fd39883b88b7789ed4.tar.gz
Merge pull request #208 from dpkp/add_pylint_to_tox_ini
Use PyLint for static error checking
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()