summaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2019-11-13 05:24:56 +0000
committerFlorian Didron <fdidron@users.noreply.github.com>2020-01-09 08:57:11 +0900
commit22891f9c83b2d2c329adb5c9181cf1002f2687ca (patch)
tree9cb098b9d7c74a0071181ed44f6871a2c248e07c /lib/python/qmk/tests
parent31608fe2a9493642aa29539aaee901a1564e9c55 (diff)
format code according to conventions [skip ci]
Diffstat (limited to 'lib/python/qmk/tests')
-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 d91af992a8..85d4d91af1 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():
assert result.returncode == 0
assert 'general.color' in result.stdout
+
def test_kle2json():
assert check_subcommand('kle2json', 'kle.txt', '-f').returncode == 0
+
def test_doctor():
result = check_subcommand('doctor')
assert result.returncode == 0