1
0
Fork 0

Remove handling of keyboard level keymap templates (#24234)

This commit is contained in:
Joel Challis 2024-08-12 13:29:05 +01:00 committed by GitHub
parent ca6ba30a72
commit 783f97ff32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 47 deletions

View file

@ -1,16 +1,6 @@
import qmk.keymap
def test_template_c_pytest_basic():
templ = qmk.keymap.template_c('handwired/pytest/basic')
assert templ == qmk.keymap.DEFAULT_KEYMAP_C
def test_template_json_pytest_basic():
templ = qmk.keymap.template_json('handwired/pytest/basic')
assert templ == {'keyboard': 'handwired/pytest/basic'}
def test_generate_c_pytest_basic():
keymap_json = {
'keyboard': 'handwired/pytest/basic',