setup_wizard.tests.test_urlsΒΆ
Tests for the setup_wizard URL configuration.
ClassesΒΆ
Test cases for setup_wizard URL patterns. |
Module ContentsΒΆ
- class setup_wizard.tests.test_urls.SetupWizardUrlsTestCase(methodName='runTest')[source]ΒΆ
Bases:
django.test.TestCaseTest cases for setup_wizard URL patterns.
- test_generate_tls_server_credential_url()[source]ΒΆ
Test generate TLS server credential URL pattern.
- test_tls_server_credential_apply_url_without_parameter()[source]ΒΆ
Test TLS server credential apply URL without file_format parameter.
- test_tls_server_credential_apply_url_with_parameter()[source]ΒΆ
Test TLS server credential apply URL with file_format parameter.
- test_tls_server_credential_apply_cancel_url()[source]ΒΆ
Test TLS server credential apply cancel URL pattern.
- test_all_urls_resolve_correctly()[source]ΒΆ
Test that all URL patterns resolve to their correct views.
- test_hsm_setup_url_parameter_validation()[source]ΒΆ
Test HSM setup URL with various parameter types.
- test_url_pattern_consistency()[source]ΒΆ
Test that URL patterns follow consistent naming conventions.
- test_url_integration_with_views()[source]ΒΆ
Test that URLs integrate properly with their corresponding views.
- test_url_trailing_slash_consistency()[source]ΒΆ
Test that URL patterns are consistent with trailing slashes.
- test_special_characters_in_parameters()[source]ΒΆ
Test URL patterns with special characters in parameters.
- test_url_pattern_security()[source]ΒΆ
Test that URL patterns donβt allow potentially dangerous input.
- test_tls_server_credential_apply_optional_parameter()[source]ΒΆ
Test that tls_server_credential_apply URL works with and without file_format parameter.