spiegel-keyman/linux/ibus-keyman/tests
2025-02-06 16:57:52 +01:00
..
scripts chore(linux): preserve log files when running tests under Docker 2025-01-31 16:14:41 +01:00
ibusimcontext.c refactor(linux): Implement ordered output without patched ibus 2025-02-05 11:42:05 +01:00
ibusimcontext.h chore(linux): change SIL International to SIL Global 2024-12-10 10:26:44 +01:00
KmDbusTestServer.cpp chore(linux): improve compatibility with Gentoo Linux 🍒 2025-01-29 09:18:22 +01:00
meson.build refactor(linux): address code review comments 2025-02-06 16:57:52 +01:00
README.md docs(linux): Update readme for ibus-keyman tests 2023-09-21 10:25:48 +02:00
StopTestServer.cpp chore(linux): improve compatibility with Gentoo Linux 🍒 2025-01-29 09:18:22 +01:00
testfixture.cpp refactor(linux): rename methods that deal with keyboard options 2024-06-21 18:22:29 +02:00
testmodule.c chore(linux): Fix warnings 2023-01-26 16:58:27 +01:00
testmodule.h chore(linux): Fix warnings 2023-01-26 16:58:27 +01:00

ibus-keyman integration tests

The ibus-keyman integration tests run the tests defined in common/test/keyboards/baseline. The tests run in a separate Xephyr session. Any dconf settings that have to be set during the tests are stored in ~/.config/glib-2.0/settings/keyfile.

Running tests

The tests get run as part of building ibus-keyman, more specifically when running build.sh test.

Run all tests

All tests can be run with the test script:

scripts/run-tests.sh

Run specific tests

To run a single test you pass the testname (as found in common/test/keyboards/baseline). Multiple tests should be separated by space.

scripts/run-tests.sh -- k_000___null_keyboard k_005___nul_with_initial_context