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