Ejemplo n.º 1
0
 def test_y2j_hashorder(self):
     self.assertEqual(yaml_to_json(hash_yaml), hash_json)
Ejemplo n.º 2
0
 def test_y2j_simple(self):
     self.assertEqual(yaml_to_json(simple_yaml), simple_json)