예제 #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')