Files
2025-02-04 22:51:00 -07:00

10 lines
259 B
INI

[pytest]
log_cli = false
log_cli_level = INFO
# Should figure out a better way to do this, but for now filters out all the
# warnings from the threads exiting.
filterwarnings =
ignore::pytest.PytestUnhandledThreadExceptionWarning
env =
TEST_MODE=true