标签:das class htm dash nbsp pip rdo 命令行 failure
Pytest安装,导入相关依赖哭
Pip3 install pytest-assume
Pip3 install pytest-html
......
Pip3 list查看
Pytest –h 帮助
pytest框架结构
函数级 (setup_function/teardown_function) 不在类中的函数有用
类级 (setup_class/teardown_class)只在 类中前后运行一次。
方法级 (setup_method/teardown_methond) 运行在类中方法始末
pytest执行方式:Pytest/py.test(终端,命令行,pycharm可配置pytest方式执行)
2. pytest -v -s filename(输出打印)
3.Pytest-q (静默)
2.以test_开头的函数,以Test开头的类,以test_开头的方法。所有包 package都要有__init__.py文件。
3.Pytest可以执行unittest框架写的用例和方法
标签:das class htm dash nbsp pip rdo 命令行 failure
原文地址:https://www.cnblogs.com/QaStudy/p/11562982.html