mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-31 05:33:01 +02:00
10 lines
214 B
Python
10 lines
214 B
Python
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()
|