一品网
  • 首页

pytest:简单demo


python文件:demo.py

# content of test_sample.py

def inc(x):
    return x + 1


def test_answer():
    assert inc(3) == 5

运行:终端同级目录下,运行pytest demo.py

测试自动化学习-pytestpytest

相关


pytest学习05--之fixture

pytest学习07-生成html报告

Pytest (一)

pytest系列之-mark功能的使用

Pytest26--重温面向对象编程

Pytest25--重温面向过程编程之函数模型

Pytest26--重温面向对象编程

Pytest25--重温面向过程编程之函数模型

Pytest24--重温面向过程编程之线性编码方式(线性模型)

Pytest24--重温面向过程编程之线性编码方式(线性模型)

pytest 和unnitest区别

pytest---环境安装

标签

一品网 冀ICP备14022925号-6