diff options
Diffstat (limited to 'lib/python/qmk/tests/test_qmk_path.py')
-rw-r--r-- | lib/python/qmk/tests/test_qmk_path.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/tests/test_qmk_path.py b/lib/python/qmk/tests/test_qmk_path.py index 23816be7e..94dbf3a6a 100644 --- a/lib/python/qmk/tests/test_qmk_path.py +++ b/lib/python/qmk/tests/test_qmk_path.py | |||
@@ -2,6 +2,7 @@ import os | |||
2 | 2 | ||
3 | import qmk.path | 3 | import qmk.path |
4 | 4 | ||
5 | |||
5 | def test_keymap_onekey_pytest(): | 6 | def test_keymap_onekey_pytest(): |
6 | path = qmk.path.keymap('handwired/onekey/pytest') | 7 | path = qmk.path.keymap('handwired/onekey/pytest') |
7 | assert path == 'keyboards/handwired/onekey/keymaps' | 8 | assert path == 'keyboards/handwired/onekey/keymaps' |