def runit(): pack_command.pack_command("ZADD", "foo", 1369198341, 10000)
def test_tests(self): for exp, args in tests: got = pack_command.pack_command(*args) self.assertEqual(exp, got)