Add a `pytest.ini` config

modden_spawn_from_client_req
Tyler Goodlet 2024-02-22 20:37:12 -05:00
parent ad5eee5666
commit c6ee4e5dc1
1 changed files with 8 additions and 0 deletions

8
pytest.ini 100644
View File

@ -0,0 +1,8 @@
# 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