diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-08 01:09:23 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-08 01:09:23 -0700 |
commit | 80b3335ed2b927c9fadb80f8ff186474f7328b3f (patch) | |
tree | c344498624f3e20a53792f145144b16fdef64e6d /test/test_conn.py | |
parent | 6ee151427c144cc830eba954234f4f89f4529fe3 (diff) | |
download | kafka-python-80b3335ed2b927c9fadb80f8ff186474f7328b3f.tar.gz |
Split test files, modify test_protocol
Diffstat (limited to 'test/test_conn.py')
-rw-r--r-- | test/test_conn.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_conn.py b/test/test_conn.py index f0f60cb..5bc2beb 100644 --- a/test/test_conn.py +++ b/test/test_conn.py @@ -67,7 +67,3 @@ class ConnTest(unittest.TestCase): @unittest.skip("Not Implemented") def test_close__object_is_reusable(self): pass - - -if __name__ == '__main__': - unittest.main() |