kmk_firmware/tests
xs5871 17f2961c0b fix pystack exhaust during resume_process_key.
Instead of handling resumed key events in a deep stack, buffer them
until the next main loop iteration. New resume events that may be emitted
during handling of old resumes are prepended to that buffer, i.e. take
precedence over events that happen deeper into the buffer/event stack.
Logical replay order is thus preserved.
2022-10-08 13:36:00 -07:00
..
__init__.py unit tests for execution in desktop dev environment 2022-02-01 00:48:23 -08:00
keyboard_test.py fix pystack exhaust during resume_process_key. 2022-10-08 13:36:00 -07:00
mocks.py move old matrix to kmk.scanners.digitalio_matrix 2022-04-09 14:40:40 -07:00
test_combos.py Fix key pressed before combo making combo wait for timeout 2022-07-24 21:15:20 +00:00
test_hold_tap.py fix pystack exhaust during resume_process_key. 2022-10-08 13:36:00 -07:00
test_kmk_extension_stringy_keymaps.py Conform class name case conventions 2022-05-08 20:10:41 +00:00
test_kmk_keyboard.py Change to be an extension 2022-05-08 20:10:41 +00:00
test_kmk_keys.py fix KC["_"] resolving to BLE_REFRESH 2022-07-02 08:03:05 -07:00
test_layers.py fix KC.LM 2022-05-26 08:09:15 -07:00
test_sticky_mod.py review updates and renamed to Sticky Mod 2022-05-02 21:02:40 +00:00
test_string_substitution.py tests need more delay 2022-07-14 16:46:54 -07:00
test_tapdance.py fix pystack exhaust during resume_process_key. 2022-10-08 13:36:00 -07:00