est.tests.test_urlsΒΆ
Comprehensive tests for EST urls.py module.
AttributesΒΆ
ClassesΒΆ
Test EST URL pattern resolution and reverse URL lookup. |
Module ContentsΒΆ
- class est.tests.test_urls.TestEstUrlPatterns[source]ΒΆ
Test EST URL pattern resolution and reverse URL lookup.
- test_simple_enrollment_default_url_with_trailing_slash()[source]ΒΆ
Test simpleenroll default URL with trailing slash.
- test_simple_enrollment_with_domain_and_template_url()[source]ΒΆ
Test simpleenroll URL with domain and certtemplate parameters.
- test_simple_enrollment_with_domain_and_template_trailing_slash()[source]ΒΆ
Test simpleenroll URL with trailing slash.
- test_simple_reenrollment_with_domain_and_template_url()[source]ΒΆ
Test simplereenroll URL with domain and certtemplate parameters.
- test_simple_reenrollment_with_domain_and_template_trailing_slash()[source]ΒΆ
Test simplereenroll URL with trailing slash.
- test_cacerts_url_with_domain_and_template()[source]ΒΆ
Test cacerts URL with domain and certtemplate parameters.
- test_url_pattern_with_special_characters_in_domain()[source]ΒΆ
Test URL patterns with special characters in domain name.
- test_url_pattern_with_special_characters_in_certtemplate()[source]ΒΆ
Test URL patterns with special characters in certtemplate.
- test_reverse_simple_enrollment_default()[source]ΒΆ
Test reverse URL lookup for simple enrollment default.
- test_reverse_simple_enrollment_with_params()[source]ΒΆ
Test reverse URL lookup for simple enrollment with parameters.
- test_reverse_simple_reenrollment_with_params()[source]ΒΆ
Test reverse URL lookup for simple reenrollment with parameters.
- test_urlpatterns_list_length()[source]ΒΆ
Test that urlpatterns contains expected number of patterns.
- test_optional_certtemplate_in_enrollment()[source]ΒΆ
Test that certtemplate is optional in enrollment URL.