【拉勾二期】pytest 实战(一)作业贴

课后作业:

1、补全计算器(加减乘除)的测试用例
2、使用数据驱动完成测试用例的自动生成
3、conftest.py中创建fixture 完成setup和teardown
4、在调用测试方法之前打印【开始计算】,在调用测试方法之后打印【计算结束】

张涛 pytest作业:https://github.com/tzhang-web/pyzt1

https://github.com/CandiceDiao/PythonProject
image

安洋
pytest one

https://github.com/yhforthefreedom/LaGouQ2_study

pytest作业一:张志格
https://github.com/github-zhi/demo_20200606/tree/master/lianxi_pytest1

作业:罗海龙
https://github.com/lhlgxyf33/Lagou2QiHomework.git

https://github.com/anny2020/hogwarts.git

王亚楠-pytest实战一作业提交
https://github.com/Bella-hz/Myhomework

https://github.com/jb5881/TestDevlopProject/tree/master/homework0609

李国彬——pytest作业1
https://github.com/liguob/pytest.git

李新新 pytest 实战(一)
https://github.com/lixinxin2019/pytest.git

文件夹不要与系统的名字重复,避免冲突,比如 pytest, os ,sys

当一个方法传入多个fixture,会依次的执行这些fixture,作业题目是需要使用fixture模拟 setup 和teardown方法,看上节课直播视频,需要借助 Yield 实现

https://github.com/tanya931117/TestDev/blob/master/pythoncode/homework/test_cal.py

pytest 第一次作业:https://github.com/majiexiong1997/study_test/tree/master/pytest_demo

王明哲pytest第一次作业:
https://github.com/WMZ5123/LaGouPytest

https://github.com/ljwaaa/lagou2qiproject.git

pytest实战(一)_叶婷
https://github.com/Sunshine-Mia/PythonCode/tree/master/Pytest-1

1 个赞

https://github.com/zr9796/LaGou2Homework/tree/master/pytestcode