Blame view

pytest.ini 116 Bytes
43934eae   hitier   New pytest config...
1
2
3
4
5
[pytest]
testpaths = tests
python_files = *_tests.py
log_level = INFO
log_cli = True
508144eb   hitier   Add cli pattern
6
console_output_style = classic