trustpoint.tests.test_forms¶
Tests for forms module.
Classes¶
Test cases for DisableOptionsSelect widget. |
Module Contents¶
- class trustpoint.tests.test_forms.TestDisableOptionsSelect(methodName='runTest')[source]¶
Bases:
django.test.TestCaseTest cases for DisableOptionsSelect widget.
- test_init_without_disabled_options()[source]¶
Test initialization without disabled options.
- Return type:
None
- test_init_with_disabled_options()[source]¶
Test initialization with disabled options.
- Return type:
None
- test_create_option_with_subindex()[source]¶
Test creating an option with subindex.
- Return type:
None