summaryrefslogtreecommitdiff
path: root/tests/test_common/test_keymap_key.hpp
AgeCommit message (Collapse)AuthorFilesLines
2025-03-21[Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann1-3/+3
* tests: use keycode_string feature With a proper keycode to string implementation in qmk there is no need to use the unit tests only implementation anymore. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * tests: remove keycode_util feature This feature is no longer used as we switched the tests to the keycode string implementation. Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann1-3/+13
messages (#17028)
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann1-0/+46
* Add per-test keymaps * Add better trace and info logs for failed unit-tests * Add layer state assertion with tracing message * Use individual test binaries configuration options * Add basic qmk functionality tests * Add tap hold configurations tests * Add auto shift tests Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel1-46/+0
This reverts commit b6054c0206609f3755f71d819643644d250288b0.
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann1-0/+46
* Add per-test keymaps * Add better trace and info logs for failed unit-tests * Add layer state assertion with tracing message * Use individual test binaries configuration options * Add basic qmk functionality tests * Add tap hold configurations tests * Add auto shift tests * `qmk format-c * Fix tests Co-authored-by: Nick Brassel <nick@tzarc.org>