spiegel-keyman/linux/ibus-keyman/tests
2023-02-07 10:38:08 +07:00
..
scripts chore(linux): Set test-helper script executable 2023-02-07 10:38:08 +07:00
.gitignore chore(linux): Add integration tests for ibus-keyman 2021-11-04 09:22:28 +01:00
ibusimcontext.c chore(linux): Build with meson instead of autotools 2023-01-30 16:32:38 +01:00
ibusimcontext.h chore(linux): Update copyright 2022-03-14 12:08:09 +01:00
Makefile.am Merge pull request #6993 from keymanapp/chore/core/rename-json-source 2022-08-29 14:48:32 -05:00
meson.build chore(linux): Address code review comments 2023-02-03 10:11:11 +01:00
README.md chore(linux): Build with meson instead of autotools 2023-01-30 16:32:38 +01:00
run-tests.sh refactor(linux): Fix failing tests 2022-11-24 19:16:14 +01:00
testfixture.cpp chore(linux): Fix warnings 2023-01-26 16:58:27 +01: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 core/tests/unit/kmx. 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 make check.

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 core/build/arch/*/tests/unit/kmx). Multiple tests should be separated by space.

scripts/run-tests.sh -- k_000___null_keyboard k_005___nul_with_initial_context