aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests/test_qmk_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/tests/test_qmk_path.py')
-rw-r--r--lib/python/qmk/tests/test_qmk_path.py1
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
3import qmk.path 3import qmk.path
4 4
5
5def test_keymap_onekey_pytest(): 6def 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'