mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-09-01 22:23:20 +02:00
5 lines
138 B
Python
5 lines
138 B
Python
from borgmatic.commands.completion import bash as module
|
|
|
|
|
|
def test_bash_completion_does_not_raise():
|
|
assert module.bash_completion()
|