summaryrefslogtreecommitdiff
path: root/tests/test_common/test_fixture.cpp
AgeCommit message (Expand)Author
2023-03-03Remove some use of keymap.h (#20006)Joel Challis
2022-12-18Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo
2019-08-30clang-format changesskullY
2017-12-15add tests for action_layer.c and reset layer state after testsColin T.A. Gray
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik
2017-06-19More natural interface for setting keyboard ledsFred Sundvik
2017-06-18Add a test fixtureFred Sundvik