From 6ee151427c144cc830eba954234f4f89f4529fe3 Mon Sep 17 00:00:00 2001 From: Mark Roberts Date: Mon, 7 Apr 2014 19:44:40 -0700 Subject: Remove test support for py26 since it's broken --- test/test_util.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/test_util.py (limited to 'test/test_util.py') diff --git a/test/test_util.py b/test/test_util.py new file mode 100644 index 0000000..e6faabb --- /dev/null +++ b/test/test_util.py @@ -0,0 +1,15 @@ +import os +import random +import struct +import unittest +import kafka.util + +class UtilTest(unittest.TestCase): + def test_relative_unpack(self): + pass + + def test_write_int_string(self): + pass + + def test_read_int_string(self): + pass -- cgit v1.2.1