tractor/pytest.ini

9 lines
171 B
INI
Raw Normal View History

2024-02-23 01:37:12 +00:00
# vim: ft=ini
# pytest.ini for tractor
[pytest]
# don't show frickin captured logs AGAIN in the report..
addopts = --show-capture='no'
log_cli = false
; minversion = 6.0