test_bash.py 138 B

12345
  1. from borgmatic.commands.completion import bash as module
  2. def test_bash_completion_does_not_raise():
  3. assert module.bash_completion()