mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-11 23:45:29 +08:00
tests: Add an asertion for backup tests
This commit is contained in:
parent
20df4edc37
commit
c7e77f10f3
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ def test_npbackup_cli_create_backup():
|
|||
print(e)
|
||||
except SystemExit:
|
||||
print(str(logs))
|
||||
assert "Backend finished with success" in str(logs), "Backup failed"
|
||||
|
||||
|
||||
def test_npbackup_cli_unlock():
|
||||
|
|
Loading…
Add table
Reference in a new issue