IP属地:吉林
pytest.ini 可以修改pytest的默认行为 注意:pytest.ini不能使用任何中文符号,包括汉字、空格、引号、冒号等等; 更改默认命令行参数: 将常用的命令行参...
用法 用法一:直接调用 import os import sys import json import pytest @pytest.fixture() def login(...
运行命令 pytest -q test_**.py 静态模式 pytest -m pytest[,,,,] 调用pytest执行测试 pytest --version 显示版...