spiegel-keyman/linux/keyman-system-service/tests
2025-07-17 19:41:26 +02:00
..
services feat(linux): Add system service to toggle capslock LED 2023-05-15 09:13:58 +02:00
KeyboardDeviceMock.cpp refactor(linux): Implement ordered output sentinel in keyman-system-service 2025-02-05 11:42:04 +01:00
meson.build refactor(linux): move defines to common header files 2025-07-17 19:41:26 +02:00
OrderedOutputDeviceMock.cpp refactor(linux): move defines to common header files 2025-07-17 19:41:26 +02:00
README.md feat(linux): Add system service to toggle capslock LED 2023-05-15 09:13:58 +02:00
testfixture.cpp chore(linux): add a stub unit test to allow successful coverage reporting 2025-04-23 18:52:10 +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.