mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
dbf485f669
* chore: Rerun failed test added * chore: Create Test Run in TestRail if it not exists #227
8 lines
126 B
Python
8 lines
126 B
Python
import logging
|
|
import os
|
|
|
|
LOG_LEVEL = logging.INFO
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
APP_DIR = os.getenv('APP_DIR')
|