Git 代码管理
Python 编程语言
Python 编程语言- L1
Python 编程语言- L2
- Python 封装与property装饰器
- python继承与多态
- python 模块与包
-
Python 类型注解
*Python 数据类 dataclass - Python内置装饰器
- Python 闭包函数&装饰器
Python 编程语言- L3
- python内置库os、 sys、文件处理
- python 内置库科学计算、日期与时间处理
- python 内置库 json、正则表达式 re
- 内置库 Python logging及高级使用
- venv 环境管理、pip 环境管理
- python 常用第三方库 yaml
- python 常用第三方库 pymysql
- python 常用第三方库 urllib3
Python编程语言实战训练营
Pytest 测试框架与Allure 测试报告
Pytest 测试框架
- Pytest 测试框架L1
- Pytest 测试框架结构L1(setup/teardown)
- pytest 参数化用例L2
- pytest Mark标记、Skip跳过、xFail预期失败 L2
- pytest运行用例、命令行常用参数、python执行pytest、异常处理L2
- pytest结合数据驱动-yaml L3
- pytest结合数据驱动-excel L3
- pytest结合数据驱动-csv L3
- pytest结合数据驱动-json L3
- pytest测试用例生命周期管理-Fixture L3
- Fixture 中的 - yield 关键字不返回数据,求解答
- pytest配置文件pytest.ini【进阶】L4
- Pytest 插件、Pytest-ordering、Pytest-xdist、hook 函数 L4
- pytest插件开发 L4