format code according to conventions [skip ci]
This commit is contained in:
parent
7329c2d02d
commit
a4c2a9b083
3 changed files with 10 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue