mirror of
https://github.com/BC-SECURITY/Empire
synced 2026-06-08 10:26:49 +00:00
10 lines
259 B
INI
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
|