Lomiri
|
Namespaces | |
namespace | application_lifecycle |
namespace | sensors |
namespace | shell |
Classes | |
class | LomiriException |
Functions | |
running_installed_tests () | |
get_lib_path () | |
get_default_extra_mock_libraries () | |
get_mocks_library_path () | |
get_binary_path (binary="lomiri") | |
get_data_dirs (data_dirs_mock_enabled=True) | |
_get_full_mock_data_path () | |
_get_xdg_env_path () | |
_get_xdg_upstart_env () | |
get_grid_size () | |
lomiri autopilot tests and helpers - top level package.
|
protected |
Definition at line 111 of file __init__.py.
|
protected |
Definition at line 124 of file __init__.py.
|
protected |
Definition at line 131 of file __init__.py.
lomiri.get_binary_path | ( | binary = "lomiri" | ) |
Return the path to the specified binary.
Definition at line 79 of file __init__.py.
lomiri.get_data_dirs | ( | data_dirs_mock_enabled = True | ) |
Prepend a mock data path to XDG_DATA_DIRS.
Definition at line 98 of file __init__.py.
lomiri.get_default_extra_mock_libraries | ( | ) |
Definition at line 50 of file __init__.py.
lomiri.get_grid_size | ( | ) |
Definition at line 143 of file __init__.py.
lomiri.get_lib_path | ( | ) |
Return the library path to use in this test run.
Definition at line 36 of file __init__.py.
lomiri.get_mocks_library_path | ( | ) |
Definition at line 55 of file __init__.py.
lomiri.running_installed_tests | ( | ) |
Definition at line 31 of file __init__.py.