diff options
| author | Joel Challis <git@zvecr.com> | 2024-08-12 13:29:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 22:29:05 +1000 |
| commit | 783f97ff32de1d6febceb09f46dfa624e4fc56ec (patch) | |
| tree | 0307a09488be3482f04aeb3e37cd79c5b556aab6 /lib/python/qmk/tests | |
| parent | ca6ba30a725c025ce2494276c703ff1d0d51b29b (diff) | |
Remove handling of keyboard level keymap templates (#24234)
Diffstat (limited to 'lib/python/qmk/tests')
| -rw-r--r-- | lib/python/qmk/tests/test_qmk_keymap.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/python/qmk/tests/test_qmk_keymap.py b/lib/python/qmk/tests/test_qmk_keymap.py index bec3f4006c..7482848eff 100644 --- a/lib/python/qmk/tests/test_qmk_keymap.py +++ b/lib/python/qmk/tests/test_qmk_keymap.py | |||
| @@ -1,16 +1,6 @@ | |||
| 1 | import qmk.keymap | 1 | import qmk.keymap |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | def test_template_c_pytest_basic(): | ||
| 5 | templ = qmk.keymap.template_c('handwired/pytest/basic') | ||
| 6 | assert templ == qmk.keymap.DEFAULT_KEYMAP_C | ||
| 7 | |||
| 8 | |||
| 9 | def test_template_json_pytest_basic(): | ||
| 10 | templ = qmk.keymap.template_json('handwired/pytest/basic') | ||
| 11 | assert templ == {'keyboard': 'handwired/pytest/basic'} | ||
| 12 | |||
| 13 | |||
| 14 | def test_generate_c_pytest_basic(): | 4 | def test_generate_c_pytest_basic(): |
| 15 | keymap_json = { | 5 | keymap_json = { |
| 16 | 'keyboard': 'handwired/pytest/basic', | 6 | 'keyboard': 'handwired/pytest/basic', |
