summaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann2022-12-181-2/+2
* [Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann2022-12-151-13/+16
* Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2022-08-131-0/+16
* Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer2022-06-051-1/+8
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+3
* [Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann2021-12-141-3/+0
* [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann2021-11-231-15/+127
* Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel2021-11-231-127/+15
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-231-15/+127
* Allow output of logging when running unit tests (#13556)Joel Challis2021-07-251-2/+6
* Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo2020-03-131-3/+4
* clang-format changesskullY2019-08-301-8/+6
* add tests for action_layer.c and reset layer state after testsColin T.A. Gray2017-12-151-2/+7
* Fix unreferenced errors with mingw compiler and unit testsFred Sundvik2017-07-111-2/+2
* Configure vscode file associations, use hpp instead of hFred Sundvik2017-07-081-2/+2
* Add basic timing support, and SFT_T testsFred Sundvik2017-07-081-4/+19
* More natural interface for setting keyboard ledsFred Sundvik2017-06-191-2/+0
* Add a test fixtureFred Sundvik2017-06-181-0/+38