Skip to content

ZhuangZhu-74/open

Repository files navigation

自动化脚本

项目

计划中的技术升级

  • 日志: logging(内建) -> loguru

  • 测试框架: unittest(内建) -> pytest

  • 测试用例参数化:ddt(用于unittest) -> @pytest.mark.parametrize()

  • 测试报告: HTMLTestRunner(第三方) -> pytest-html(静态单一html)、pytest-allure(动态页面)

  • Debug: print() 函数 -> PySnooper

  • JSON 信息处理: 内建 json 库 -> 增加 JMESPath

探索

Releases

No releases published

Packages

No packages published