2022-05-26 10:27:53 -07:00
|
|
|
from borgmatic.commands import completion as module
|
|
|
|
|
|
|
|
|
|
|
|
def test_bash_completion_does_not_raise():
|
|
|
|
assert module.bash_completion()
|
2023-05-04 13:20:01 -07:00
|
|
|
|
|
|
|
|
|
|
|
def test_fish_completion_does_not_raise():
|
|
|
|
assert module.fish_completion()
|