mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
26 lines
749 B
Markdown
26 lines
749 B
Markdown
# 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:
|
|
|
|
```bash
|
|
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.
|
|
|
|
```bash
|
|
scripts/run-tests.sh -- k_000___null_keyboard k_005___nul_with_initial_context
|
|
```
|