setup_wizard.tests.test_views.test_setupwizardhsmsetupview_extendedΒΆ
Comprehensive tests for SetupWizardHsmSetupView dispatch and form handling.
ClassesΒΆ
Test dispatch method of SetupWizardHsmSetupView. |
|
Test form-related methods of SetupWizardHsmSetupView. |
|
Test helper methods of SetupWizardHsmSetupView. |
|
Test form_valid integration with various scenarios. |
Module ContentsΒΆ
- class setup_wizard.tests.test_views.test_setupwizardhsmsetupview_extended.TestSetupWizardHsmSetupViewDispatch[source]ΒΆ
Test dispatch method of SetupWizardHsmSetupView.
- test_dispatch_not_in_docker_container()[source]ΒΆ
Test dispatch redirects when not in Docker container.
- test_dispatch_wrong_wizard_state(mock_redirect, mock_get_state)[source]ΒΆ
Test dispatch redirects when wizard is in wrong state.
- test_dispatch_storage_type_mismatch_softhsm(mock_get_config, mock_get_state)[source]ΒΆ
Test dispatch when storage type doesnβt match requested HSM type (softhsm).
- class setup_wizard.tests.test_views.test_setupwizardhsmsetupview_extended.TestSetupWizardHsmSetupViewFormMethods[source]ΒΆ
Test form-related methods of SetupWizardHsmSetupView.
- class setup_wizard.tests.test_views.test_setupwizardhsmsetupview_extended.TestSetupWizardHsmSetupViewHelperMethods[source]ΒΆ
Test helper methods of SetupWizardHsmSetupView.
- class setup_wizard.tests.test_views.test_setupwizardhsmsetupview_extended.TestSetupWizardHsmSetupViewFormValidIntegration[source]ΒΆ
Test form_valid integration with various scenarios.