Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate python tests away from onekey (#11367) | Joel Challis | 2021-01-05 | 1 | -3/+3 |
| | | | | | | | * Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile | ||||
* | Use pathlib everywhere we can (#7872) | skullydazed | 2020-02-17 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * Use pathlib everywhere we can * Update lib/python/qmk/path.py Co-Authored-By: Erovia <Erovia@users.noreply.github.com> * Update lib/python/qmk/path.py Co-Authored-By: Erovia <Erovia@users.noreply.github.com> * Improvements based on @erovia's feedback * rework qmk compile and qmk flash to use pathlib * style * Remove the subcommand_name argument from find_keyboard_keymap() Co-authored-by: Erovia <Erovia@users.noreply.github.com> | ||||
* | Small CLI cleanups | skullY | 2019-11-12 | 1 | -1/+1 |
| | | | | | | | * yapf changes * Fix the cformat test * Make the normpath test work when run from / * `qmk config`: Mark `--read-only` as arg_only | ||||
* | run yapf on the code | skullY | 2019-09-07 | 1 | -0/+1 |
| | |||||
* | Setup a python test framework | skullY | 2019-09-07 | 1 | -0/+12 |