CLI: Improve keymap folder resolution (#20981)
This commit is contained in:
@ -5,8 +5,8 @@ import qmk.path
|
||||
|
||||
|
||||
def test_keymap_pytest_basic():
|
||||
path = qmk.path.keymap('handwired/pytest/basic')
|
||||
assert path.samefile('keyboards/handwired/pytest/basic/keymaps')
|
||||
path = qmk.path.keymap('handwired/pytest/basic', 'default')
|
||||
assert path.samefile('keyboards/handwired/pytest/basic/keymaps/default')
|
||||
|
||||
|
||||
def test_normpath():
|
||||
|
Reference in New Issue
Block a user