summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix develop (#12039)Zach White2021-02-271-1/+1
* Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-311-0/+29
* Migrate python tests away from onekey (#11367)Joel Challis2021-01-054-51/+57
* [CLI] Add stdin support for json2c command (#11289)LongerHV2020-12-291-1/+28
* CLI-ify rgblight_breathing_table_calc.c (#11174)Ryan2020-12-161-0/+7
* Reduce travis load by replacing an exclusive grep with an inclusive grep (#10...Zach White2020-11-301-1/+1
* CLI: Udev related fixes and improvements (#10736)Erovia2020-11-161-12/+12
* CLI: Add `qmk clean` (#10785)Ryan2020-11-041-0/+6
* `qmk info`: Add `--ascii` flag (#10793)Ryan2020-11-021-2/+15
* Generate api data on each push (#10609)Zach White2020-10-251-12/+12
* [CLI] Add c2json (#8817)Erovia2020-10-062-2/+40
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-062-1/+4
* Parse version better in `qmk doctor` GCC version checks (#9324)Ryan2020-06-181-4/+4
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-261-21/+83
* CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia2020-05-262-2/+8
* Adding unit tests for list-keymaps command (#7711)codecoffeecode2020-05-161-10/+26
* CLI: More MSYS2 fixes (#8577)Erovia2020-03-291-1/+2
* New functionality for cformat (#7893)Akaash Suresh2020-02-221-1/+2
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-2/+3
* Code cleanup, use pathlib, use pytest keyboardErovia2020-02-151-2/+2
* Fix commandline parsing and flake8 findings, rebaseErovia2020-02-151-1/+8
* Add test for list_keymapsErovia2020-02-151-0/+5
* CI: Add workflow for CLI testing (#7357)Joel Challis2020-02-081-1/+1
* Add pep8-naming to our python lintingskullY2019-12-011-1/+1
* format code according to conventions [skip ci]QMK Bot2019-11-161-0/+2
* Add CLI command for flashing a keyboardjorgemanzo2019-11-151-0/+3
* format code according to conventions [skip ci]QMK Bot2019-11-131-0/+2
* Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2019-11-122-0/+7
* Small CLI cleanupsskullY2019-11-123-3/+2
* MILC: Use dashes instead of underscores for subcommandsErovia2019-10-231-1/+1
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-071-0/+8
* Configuration system for CLI (#6708)skullydazed2019-09-221-0/+39
* run yapf on the codeskullY2019-09-074-1/+5
* Setup a python test frameworkskullY2019-09-076-0/+51