aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests/test_cli_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
-rw-r--r--lib/python/qmk/tests/test_cli_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py
index d91af992a..85d4d91af 100644
--- a/lib/python/qmk/tests/test_cli_commands.py
+++ b/lib/python/qmk/tests/test_cli_commands.py
@@ -19,9 +19,11 @@ def test_config():
19 assert result.returncode == 0 19 assert result.returncode == 0
20 assert 'general.color' in result.stdout 20 assert 'general.color' in result.stdout
21 21
22
22def test_kle2json(): 23def test_kle2json():
23 assert check_subcommand('kle2json', 'kle.txt', '-f').returncode == 0 24 assert check_subcommand('kle2json', 'kle.txt', '-f').returncode == 0
24 25
26
25def test_doctor(): 27def test_doctor():
26 result = check_subcommand('doctor') 28 result = check_subcommand('doctor')
27 assert result.returncode == 0 29 assert result.returncode == 0