Lomiri
|
Namespaces | |
namespace | test_helpers |
namespace | test_notifications |
namespace | test_rotation |
namespace | test_system_integration |
namespace | test_upstart |
Classes | |
class | LomiriTestCase |
Functions | |
is_lomiri7_running () | |
get_qml_import_path_with_mock () | |
Variables | |
Gio = None | |
logger = logging.getLogger(__name__) | |
str | LOMIRISHELL_GSETTINGS_SCHEMA = "org.compiz.lomirishell" |
str | LOMIRISHELL_GSETTINGS_PATH = "/org/compiz/profiles/lomiri/plugins/lomirishell/" |
str | LOMIRISHELL_LAUNCHER_KEY = "launcher-hide-mode" |
int | LOMIRISHELL_LAUNCHER_MODE = 1 |
lomiri autopilot tests.
lomiri.shell.tests.get_qml_import_path_with_mock | ( | ) |
Return the QML2_IMPORT_PATH value with the mock path prepended.
Definition at line 77 of file __init__.py.
lomiri.shell.tests.is_lomiri7_running | ( | ) |
Return True if Lomiri7 is running. Otherwise, return False.
Definition at line 68 of file __init__.py.
lomiri.shell.tests.Gio = None |
Definition at line 25 of file __init__.py.
lomiri.shell.tests.logger = logging.getLogger(__name__) |
Definition at line 60 of file __init__.py.
str lomiri.shell.tests.LOMIRISHELL_GSETTINGS_PATH = "/org/compiz/profiles/lomiri/plugins/lomirishell/" |
Definition at line 63 of file __init__.py.
str lomiri.shell.tests.LOMIRISHELL_GSETTINGS_SCHEMA = "org.compiz.lomirishell" |
Definition at line 62 of file __init__.py.
str lomiri.shell.tests.LOMIRISHELL_LAUNCHER_KEY = "launcher-hide-mode" |
Definition at line 64 of file __init__.py.
int lomiri.shell.tests.LOMIRISHELL_LAUNCHER_MODE = 1 |
Definition at line 65 of file __init__.py.