summaryrefslogtreecommitdiff
path: root/test/test_util.py
blob: b85585b9ee25ef9f40e0be306e0dc4944790802e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import os
import random
import struct
import unittest2
import kafka.util

class UtilTest(unittest2.TestCase):
    @unittest2.skip("Unwritten")
    def test_relative_unpack(self):
        pass

    @unittest2.skip("Unwritten")
    def test_write_int_string(self):
        pass

    @unittest2.skip("Unwritten")
    def test_read_int_string(self):
        pass