6 lines
133 B
Python
6 lines
133 B
Python
|
from borgmatic.commands import completion as module
|
||
|
|
||
|
|
||
|
def test_bash_completion_does_not_raise():
|
||
|
assert module.bash_completion()
|