pytest.ini【记录】
[pytest]
addopts = -s --alluredir report
testpaths = ./scripts
python_files = test01_login.py
python_classes = Test*
python_functions = test*
[pytest]
addopts = -s --alluredir report
testpaths = ./scripts
python_files = test01_login.py
python_classes = Test*
python_functions = test*