예제 #1
0
 def test_encode_float(self):
     self.assertEqual(encode.floating_point(float(3.14159)), b'@I\x0f\xd0')
예제 #2
0
파일: test_encoding.py 프로젝트: gmr/pamqp
 def test_encode_float(self):
     self.assertEqual(encode.floating_point(float(3.14159)), b'@I\x0f\xd0')