https://blog.csdn.net/chuntingting/article/details/127192385

指定要测试的文件夹或文件,直接将路径写为第二个参数

文件夹

1
pytest .\test\test_get_baidu_newsL\  

文件

1
pytest test_1.py

函数-k

1
pytest -k test_add_a_todo_item

并行测试

1
pytest --numprocesses 2

给测试传参: