1
0
Fork 0

CLI: Improve keymap folder resolution (#20981)

This commit is contained in:
Ryan 2023-05-19 16:05:43 +10:00 committed by GitHub
parent 78afa1164d
commit dc75c23f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 13 deletions

View file

@ -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():