format code according to conventions [skip ci]
This commit is contained in:
parent
897888db41
commit
7891de7f6d
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue