Blame view

pytest.ini 115 Bytes
1fd5c7a5   hitier   Add pytest enviro...
1
2
3
4
5
6
[pytest]
testpaths = tests
python_files = *Tests.py
log_level = INFO
log_cli = True
console_output_style = classic