python读取yaml文件内容

导入库
pip install PyYAML==3.12

yaml文件内容

test_date.yml

test_data:
- [ "M", {
    "code": 0, "message": "update some data!" } ]
- [ "F", {
    "code": 0, "message": "update some data!" } ]
- [ "X", {
    "code"

你可能感兴趣的:(Python,#,Python接口测试,python,开发语言)