add a unit test, fix isort and black
This commit is contained in:
parent
f7e4024fca
commit
9ff5ea5240
2 changed files with 38 additions and 13 deletions
|
|
@ -3,3 +3,7 @@ from borgmatic.commands import completion as module
|
|||
|
||||
def test_bash_completion_does_not_raise():
|
||||
assert module.bash_completion()
|
||||
|
||||
|
||||
def test_fish_completion_does_not_raise():
|
||||
assert module.fish_completion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue