mirror of
https://projects.torsion.org/witten/borgmatic.git
synced 2025-01-08 17:43:09 +00:00
7 lines
226 B
Python
7 lines
226 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'
|
|
)
|