summaryrefslogtreecommitdiff
path: root/tests/test_common/test_fixture.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+1
2024-11-23Add pointing tests (#24513)Dasky1-0/+4
2024-05-13Add housekeeping execution to unit tests (#22999)leep-frog1-1/+3
2023-03-03Remove some use of keymap.h (#20006)Joel Challis1-1/+0
2022-12-18Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann1-2/+2
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann1-13/+16
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer1-0/+16
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer1-1/+8
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+3
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann1-3/+0
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann1-15/+127
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel1-127/+15
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann1-15/+127
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis1-2/+6
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo1-3/+4
2019-08-30clang-format changesskullY1-8/+6
2017-12-15add tests for action_layer.c and reset layer state after testsColin T.A. Gray1-2/+7
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik1-2/+2
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik1-2/+2
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik1-4/+19
2017-06-19More natural interface for setting keyboard ledsFred Sundvik1-2/+0
2017-06-18Add a test fixtureFred Sundvik1-0/+38