BuildScript/scripts/TouchinBuild/Tests/ManualTests/restore_backup_test.py

12 lines
241 B
Python

from CommandBuilders.BuilderBackupCommands.RestoreBackupCommandBuilder import RestoreBackupCommandBuilder
line = "restore from backup"
builder = RestoreBackupCommandBuilder(None)
command = builder.getCommandFor(line)
command.execute()