spiegel-keyman/linux/keyman-system-service/tests
Eberhard Beilharz ab25157364
feat(linux): Refactor to benefit from C++ RAII
Also apply changes from code review comments.
2023-05-22 19:51:45 +02:00
..
services feat(linux): Add system service to toggle capslock LED 2023-05-15 09:13:58 +02:00
KeyboardDeviceMock.cpp feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02:00
meson.build feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02:00
README.md feat(linux): Add system service to toggle capslock LED 2023-05-15 09:13:58 +02:00

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.