mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 12:53:02 +02:00
10 lines
243 B
Python
10 lines
243 B
Python
from borgmatic.commands.completion import actions as module
|
|
|
|
|
|
def test_upgrade_message_does_not_raise():
|
|
module.upgrade_message(
|
|
language='English',
|
|
upgrade_command='read a lot',
|
|
completion_file='your brain',
|
|
)
|