test(itim): port placeholder test for invalid port number

ref: #346
This commit is contained in:
2024-10-14 01:07:32 +09:30
parent 77ef69488b
commit c185c192a7

View File

@ -40,3 +40,11 @@ class PortModel(
organization = self.organization,
number = 2,
)
@pytest.mark.skip(reason = 'to be written')
def test_field_entry_invalid_port_to_high(self):
"""Test Model Field
Ensure that a validation error is thrown and that is displays to the user
"""
pass