mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
|
|
||
|---|---|---|
| .. | ||
| services | ||
| KeyboardDeviceMock.cpp | ||
| meson.build | ||
| OrderedOutputDeviceMock.cpp | ||
| README.md | ||
| testfixture.cpp | ||
keyman-system-service tests
This directory defines a keyman-test-service. This is mostly identical to keyman-system-service. The differences are:
- it runs on the session bus instead of system bus
- KeyboardDevice (which in production interacts with evdev) is mocked so that the tests don't require root permissions.
The keyman-test-service gets called/used by the ibus-keyman integration tests.