1
0
Fork 0

format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2019-11-16 07:10:19 +00:00
parent 897888db41
commit 7891de7f6d
4 changed files with 8 additions and 4 deletions

View file

@ -13,10 +13,12 @@ def test_cformat():
def test_compile():
assert check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default').returncode == 0
def test_flash():
assert check_subcommand('flash', '-b').returncode == 1
assert check_subcommand('flash').returncode == 1
def test_config():
result = check_subcommand('config')
assert result.returncode == 0