def test_y2j_hashorder(self): self.assertEqual(yaml_to_json(hash_yaml), hash_json)
def test_y2j_simple(self): self.assertEqual(yaml_to_json(simple_yaml), simple_json)