summaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests
Commit message (Expand)AuthorAge
* 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
* Add CLI command for flashing a keyboardjorgemanzo2019-11-15
* format code according to conventions [skip ci]QMK Bot2019-11-13
* Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2019-11-12
* Small CLI cleanupsskullY2019-11-12
* MILC: Use dashes instead of underscores for subcommandsErovia2019-10-23
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-07
* Configuration system for CLI (#6708)skullydazed2019-09-22
* run yapf on the codeskullY2019-09-07
* Setup a python test frameworkskullY2019-09-07