mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
bepasty: tests: Override backup/restore test properly
- The current name does not the match the base class method it intends to override. Tests: - Run functional tests for bepasty -v option and notice that only one backup and restore test runs. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
a2668b405b
commit
c95ee766aa
@ -43,7 +43,7 @@ class TestBepastyApp(functional.BaseAppTests):
|
|||||||
assert not _can_login(session_browser, password_added)
|
assert not _can_login(session_browser, password_added)
|
||||||
|
|
||||||
@pytest.mark.backups
|
@pytest.mark.backups
|
||||||
def test_backup_and_restore(self, session_browser):
|
def test_backup_restore(self, session_browser):
|
||||||
functional.app_enable(session_browser, 'bepasty')
|
functional.app_enable(session_browser, 'bepasty')
|
||||||
password_added = _add_and_save_password(session_browser)
|
password_added = _add_and_save_password(session_browser)
|
||||||
functional.backup_create(session_browser, 'bepasty', 'test_bepasty')
|
functional.backup_create(session_browser, 'bepasty', 'test_bepasty')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user