コード例 #1
0
def runit():
    pack_command.pack_command("ZADD", "foo", 1369198341, 10000)
コード例 #2
0
 def test_tests(self):
     for exp, args in tests:
         got = pack_command.pack_command(*args)
         self.assertEqual(exp, got)
コード例 #3
0
ファイル: bench.py プロジェクト: joshowen/pack-command
def runit():
    pack_command.pack_command("ZADD", "foo", 1369198341, 10000)
コード例 #4
0
 def test_tests(self):
     for exp, args in tests:
         got = pack_command.pack_command(*args)
         self.assertEqual(exp, got)