devices.tests.test_forms.test_forms_coverage_boost¶
Additional tests for forms to improve coverage.
Classes¶
Extended tests for CredentialDownloadForm password validation. |
|
Extended tests for BrowserLoginForm to cover uncovered lines. |
|
Test exception handling in OnboardingCreateForm. |
Module Contents¶
- class devices.tests.test_forms.test_forms_coverage_boost.TestCredentialDownloadFormPasswordValidation[source]¶
Extended tests for CredentialDownloadForm password validation.
- test_missing_password()[source]¶
Test that missing password triggers validation error.
- Return type:
None
- class devices.tests.test_forms.test_forms_coverage_boost.TestBrowserLoginFormExtended[source]¶
Extended tests for BrowserLoginForm to cover uncovered lines.
- test_otp_wrong_number_of_parts()[source]¶
Test OTP with wrong number of dot-separated parts.
- Return type:
None
- test_otp_non_numeric_credential_id()[source]¶
Test OTP with non-numeric credential ID part.
- Return type:
None