从Python使用py.test的方法如下:
pip install pytest
test_example.py
,并在其中编写测试用例。测试用例以test_
为前缀,例如:def test_example_case():
assert 1 + 1 == 2
pytest
py.test将自动运行所有以test_
为前缀的测试用例,并显示测试结果。
pytest test_example.py
要查看所有可用参数,请输入:
pytest --help
推荐的腾讯云相关产品:
这些产品都可以帮助您更轻松地在腾讯云上部署和管理Python应用程序。
领取专属 10元无门槛券
手把手带您无忧上云