Skip to content

Commit

Permalink
add test case for the reported issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ziirish committed Sep 1, 2021
1 parent bab31e0 commit 7724538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ def test_valid_value_default(self, value):
"me@::1",
"[email protected]",
"me@2001:db8:85a3::8a2e:370:7334",
"foo@bar.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?" +
".?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?@",
],
)
def test_invalid_value_default(self, value):
Expand Down

0 comments on commit 7724538

Please sign in to comment.