summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/tests/pytest_export.json
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-03-25 04:38:10 -0700
committerGitHub <noreply@github.com>2021-03-25 22:38:10 +1100
commit3e60997edba46544557b3a775bdb1538e07c3edf (patch)
tree165923c2cd6b5eeee150c0285ce8ed9eff44eaee /lib/python/qmk/tests/pytest_export.json
parenta74846a0dbd5efbc7b993918f7f3122e1d620c24 (diff)
Add a `qmk format-json` command that will format JSON files (#12372)
* 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
Diffstat (limited to 'lib/python/qmk/tests/pytest_export.json')
-rw-r--r--lib/python/qmk/tests/pytest_export.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python/qmk/tests/pytest_export.json b/lib/python/qmk/tests/pytest_export.json
deleted file mode 100644
index 5fb0d624f8..0000000000
--- a/lib/python/qmk/tests/pytest_export.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "keyboard":"handwired/pytest/basic",
- "keymap":"pytest_unittest",
- "layout":"LAYOUT",
- "layers":[["KC_A"]]
-}