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