Example #1
0
 def test_j2y_hash(self):
     self.assertEqual(json_to_yaml(hash_json), hash_yaml)
Example #2
0
 def test_j2y_simple(self):
     self.assertEqual(json_to_yaml(simple_json), simple_yaml)