6
0
3
1204
pytest.ini 可以修改pytest的默认行为 注意:pytest.ini不能使用任何中文符号,包括汉字、空格、引号、冒号等等; 更改默认...
用法 用法一:直接调用 import os import sys import json import pytest @pytest.fixtu...
运行命令 pytest -q test_**.py 静态模式 pytest -m pytest[,,,,] 调用pytest执行测试 pytes...