devices.tests.test_forms.test_create_device_formΒΆ
Test suite for validating the CreateDeviceForm.
FunctionsΒΆ
|
Test CreateDeviceForm with valid data. |
Test CreateDeviceForm rejects invalid common name characters. |
|
Test CreateDeviceForm rejects duplicate common names. |
Module ContentsΒΆ
- devices.tests.test_forms.test_create_device_form.test_create_device_form_valid_data(domain_instance)[source]ΒΆ
Test CreateDeviceForm with valid data.
- Parameters:
domain_instance (dict[str, Any])
- Return type:
None