chinapnr / fishbase

自主开发、整理的一套 Python 基础函数库,涵盖 system 系统增强包、logger 日志记录增强包、file 文件处理增强包、 date 日期处理函数包、data 数据信息处理函数包、csv 处理增强函数包、crypt 加密/编码增强包等,可减少程序开发工作量、降低引用复杂度。
MIT License
94 stars 29 forks source link

2021.10.22 update yaml_conf_as_dict function #302

Closed shenganzhang closed 1 year ago

shenganzhang commented 2 years ago

This PR aims to make sure the project can run without error. The test_common.py::TestFishCommon::test_yaml_conf_as_dict_01 can fail (running on sys.version=GCC 7.5.0). The cause is fish_common.py::yaml_conf_as_dict. The error can be reproduced by 'pytest tests/'. After modification, all testcases can pass.