Exemple #1
0
 def test_y2j_hashorder(self):
     self.assertEqual(yaml_to_json(hash_yaml), hash_json)
Exemple #2
0
 def test_y2j_simple(self):
     self.assertEqual(yaml_to_json(simple_yaml), simple_json)