status-desktop/test/e2e/configs/system.py

13 lines
168 B
Python
Raw Permalink Normal View History

import os
import platform
def get_platform():
return platform.system()
DISPLAY = os.getenv('DISPLAY', ':0')
TEST_MODE = os.getenv('STATUS_RUNTIME_TEST_MODE')