mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
This change adds integration/regression tests for ibus-keyman. It re-uses the unit tests that we have for core. Also modifies one test so that the context doesn't use characters used in the keyboard. This makes it easier to setup in ibus-keyman tests.
6 lines
150 B
INI
6 lines
150 B
INI
[flake8]
|
|
max-line-length = 120
|
|
indent-size = 2
|
|
ignore =
|
|
E402, # module level import not at top of file
|
|
W504, # line break after binary operator
|