1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-18 20:20:40 +00:00

no log: add default env vars to bazarr config tests

This commit is contained in:
vitiko98 2022-06-21 15:55:39 -04:00
parent 110462c7ba
commit 616994487c

7
tests/bazarr/conftest.py Normal file
View file

@ -0,0 +1,7 @@
import os
import logging
os.environ["NO_CLI"] = "true"
os.environ["SZ_USER_AGENT"] = "test"
logging.getLogger("rebulk").setLevel(logging.WARNING)