placeholder
Python自动化
一定要提前预习
https://ck.tutorial.hogwarts.ceshiren.com/python_programming/v2/L2/plan/【pyck】学习计划/
班级须知
https://ceshiren.com/c/sdet-python/297-category/297
每日一题
作业提交
chatgpt
job
setup class and setup method
self.sm
tear down
-vs
-m p0 pytest.ini markers
mark.parametrize
数据驱动
类方法,类名调用
测试报告:allure安装
allure --version
@allure.story(“添加学生”)
@allure.title(“参数化添加学生 {sid}{name}”)
with allure.step(“调用添加学生方法”)
生成allure报告, pytest -v --alluredir=./result --clean-alluredir
allure server ./result
fixture
20250323
Http协议