pytest.ini 115 Bytes
[pytest]
testpaths = tests
python_files = *Tests.py
log_level = INFO
log_cli = True
console_output_style = classic