summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/tests/pytest_export.json
Commit message (Collapse)AuthorAgeFilesLines
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-6/+0
| | | | | | | | | | | * Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py
* Migrate python tests away from onekey (#11367)Joel Challis2021-01-051-0/+6
* Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile