summaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests
Commit message (Expand)AuthorAge
* Fix test logic to check for both keymaps (#17761)Niko Wenselowski2022-07-23
* Add support for linting deprecated and removed functionality (#17063)Joel Challis2022-06-09
* Map data driven `DESCRIPTION` as string literal (#16523)Ryan2022-03-05
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-28
|\
| * CLI: Validate JSON keymap input (#16261)Erovia2022-02-28
* | Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-27
|/
* Fix issues with Python Tests (#16162)Drashna Jaelre2022-02-02
* Macros in JSON keymaps (#14374)Zach White2021-11-22
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-11-19
|\
| * Add diff logic to python format subcommand (#15156)Joel Challis2021-11-17
* | Map `PRODUCT` define to `keyboard_name` (#14372)Ryan2021-11-05
* | Remove bin/qmk (#14231)Zach White2021-08-29
|/
* Remove references to info.json `width` and `height` in CLI (#13728)Ryan2021-07-29
* CLI/Docs: Fix the format commands' name (#13668)Erovia2021-07-23
* CLI: Add subcommand to generate version.h (#13151)Ryan2021-06-27
* Merge remote-tracking branch 'origin/master' into developZach White2021-05-19
|\
| * Align our subprocess usage with current best practices. (#12940)Zach White2021-05-19
* | Use milc.subcommand.config instead of qmk.cli.config (#12915)Zach White2021-05-16
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-10
|\|
| * Improve our CI tests (#11476)Zach White2021-05-10
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-25
|\|
| * Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-25
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-24
|\|
| * Add support for qmk_configurator style aliases (#11954)Zach White2021-03-24
* | Begin the process of deprecating bin/qmk in favor of the global cli (#12109)Zach White2021-03-07
|/
* Fix develop (#12039)Zach White2021-02-27
* Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-31
* Migrate python tests away from onekey (#11367)Joel Challis2021-01-05
* [CLI] Add stdin support for json2c command (#11289)LongerHV2020-12-29
* CLI-ify rgblight_breathing_table_calc.c (#11174)Ryan2020-12-16
* Reduce travis load by replacing an exclusive grep with an inclusive grep (#10...Zach White2020-11-30
* CLI: Udev related fixes and improvements (#10736)Erovia2020-11-16
* CLI: Add `qmk clean` (#10785)Ryan2020-11-04
* `qmk info`: Add `--ascii` flag (#10793)Ryan2020-11-02
* Generate api data on each push (#10609)Zach White2020-10-25
* [CLI] Add c2json (#8817)Erovia2020-10-06
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-06
* Parse version better in `qmk doctor` GCC version checks (#9324)Ryan2020-06-18
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-26
* CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia2020-05-26
* Adding unit tests for list-keymaps command (#7711)codecoffeecode2020-05-16
* CLI: More MSYS2 fixes (#8577)Erovia2020-03-29
* New functionality for cformat (#7893)Akaash Suresh2020-02-22
* Use pathlib everywhere we can (#7872)skullydazed2020-02-17
* Code cleanup, use pathlib, use pytest keyboardErovia2020-02-15
* Fix commandline parsing and flake8 findings, rebaseErovia2020-02-15
* Add test for list_keymapsErovia2020-02-15
* CI: Add workflow for CLI testing (#7357)Joel Challis2020-02-08
* Add pep8-naming to our python lintingskullY2019-12-01
* format code according to conventions [skip ci]QMK Bot2019-11-16