コード例 #1
0
 def test_encode_short(self):
     self.assertEqual(encode.short_int(32767), b'\x7f\xff')
コード例 #2
0
ファイル: test_encoding.py プロジェクト: gmr/pamqp
 def test_encode_short(self):
     self.assertEqual(encode.short_int(32767), b'\x7f\xff')