qmk_firmware/tests/test_common
Stefan Kerkmann c9d62ddc78
[Core] use keycode_string in unit tests (#25042)
* 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>
2025-03-21 08:47:22 +01:00
..
build.mk [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
keyboard_report_util.cpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
keyboard_report_util.hpp
keymap.c
main.cpp Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
matrix.c
mouse_report_util.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
mouse_report_util.hpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
pointing_device_driver.c Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_common.h Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
test_common.hpp
test_driver.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_driver.hpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
test_fixture.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_fixture.hpp
test_keymap_key.cpp
test_keymap_key.hpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
test_logger.cpp
test_logger.hpp
test_matrix.h
test_pointing_device_driver.h Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00