aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests/test_cli_commands.py
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2019-11-16 07:10:19 +0000
committerQMK Bot <hello@qmk.fm>2019-11-16 07:10:19 +0000
commit7891de7f6d64431cedbd580a3f7863533dc8be88 (patch)
treea4fc89d7821126c1d101cf7acea75efcecdbc7a9 /lib/python/qmk/tests/test_cli_commands.py
parent897888db419239f013561b155de5993b1966820e (diff)
downloadqmk_firmware-7891de7f6d64431cedbd580a3f7863533dc8be88.tar.gz
qmk_firmware-7891de7f6d64431cedbd580a3f7863533dc8be88.zip
format code according to conventions [skip ci]
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 dcab8bdae..3f75cef3e 100644
--- a/lib/python/qmk/tests/test_cli_commands.py
+++ b/lib/python/qmk/tests/test_cli_commands.py
@@ -13,10 +13,12 @@ def test_cformat():
13def test_compile(): 13def test_compile():
14 assert check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default').returncode == 0 14 assert check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default').returncode == 0
15 15
16
16def test_flash(): 17def test_flash():
17 assert check_subcommand('flash', '-b').returncode == 1 18 assert check_subcommand('flash', '-b').returncode == 1
18 assert check_subcommand('flash').returncode == 1 19 assert check_subcommand('flash').returncode == 1
19 20
21
20def test_config(): 22def test_config():
21 result = check_subcommand('config') 23 result = check_subcommand('config')
22 assert result.returncode == 0 24 assert result.returncode == 0