1
0
Fork 0

format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2019-11-13 05:24:56 +00:00
parent 7329c2d02d
commit a4c2a9b083
3 changed files with 10 additions and 19 deletions

View file

@ -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