setup_wizard.tests.test_views.test_backup_restore_extended

Tests for BackupRestoreView and related functionality.

Classes

TestBackupRestoreViewPost

Test POST method of BackupRestoreView.

TestBackupRestoreViewHelpers

Test helper methods of BackupRestoreView.

Module Contents

class setup_wizard.tests.test_views.test_backup_restore_extended.TestBackupRestoreViewPost[source]

Test POST method of BackupRestoreView.

setup_method()[source]

Set up test fixtures.

test_post_invalid_form()[source]

Test POST with invalid form data.

test_post_subprocess_error(mock_process)[source]

Test POST with subprocess CalledProcessError.

test_post_file_not_found(mock_process)[source]

Test POST with FileNotFoundError.

test_post_unexpected_exception(mock_process)[source]

Test POST with unexpected exception.

class setup_wizard.tests.test_views.test_backup_restore_extended.TestBackupRestoreViewHelpers[source]

Test helper methods of BackupRestoreView.

setup_method()[source]

Set up test fixtures.

test_handle_invalid_form()[source]

Test _handle_invalid_form adds error message.