spiegel-keyman/linux/ibus-keyman/tests
2024-06-24 19:08:12 +02:00
..
scripts change(linux): restart ibus only when manually running tests 2024-06-14 15:37:43 +02:00
ibusimcontext.c fix(linux): Fix packaging on Ubuntu and Debian servers 2024-01-29 17:50:04 +01:00
ibusimcontext.h chore(linux): Update copyright 2022-03-14 12:08:09 +01:00
KmDbusTestServer.cpp chore(linux): Check existence of services directory 2023-09-21 10:25:48 +02:00
meson.build chore(linux): use shared meson config 2024-06-24 19:08:12 +02:00
README.md docs(linux): Update readme for ibus-keyman tests 2023-09-21 10:25:48 +02:00
StopTestServer.cpp feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02: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