tractor/pytest.ini

9 lines
172 B
INI
Raw Normal View History

# vim: ft=conf
2024-02-23 01:37:12 +00:00
# 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