From 86e1ac7b96a41cf84e220fa25a11f138555d5c7e Mon Sep 17 00:00:00 2001 From: Mark Roberts Date: Wed, 23 Apr 2014 09:29:30 -0700 Subject: Add test support for multiple versions of kafka. Uncomment first 0.8.1 specific test. Add rudimentary (failing) consumer resumption test --- test/test_codec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_codec.py') diff --git a/test/test_codec.py b/test/test_codec.py index 7fedb71..c311c52 100644 --- a/test/test_codec.py +++ b/test/test_codec.py @@ -20,7 +20,7 @@ from kafka.codec import ( from kafka.protocol import ( create_gzip_message, create_message, create_snappy_message, KafkaProtocol ) -from .testutil import * +from testutil import * class TestCodec(unittest.TestCase): @unittest.skipUnless(has_gzip(), "Gzip not available") -- cgit v1.2.1