Exemplo n.º 1
0
 def test_encode_float(self):
     self.assertEqual(encode.floating_point(float(3.14159)), b'@I\x0f\xd0')
Exemplo n.º 2
0
 def test_encode_float(self):
     self.assertEqual(encode.floating_point(float(3.14159)), b'@I\x0f\xd0')