Fix travis

This commit is contained in:
László Károlyi 2019-11-24 12:01:58 +01:00
parent 908fd4d74e
commit cee806d662
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -39,7 +39,9 @@ UNPARSEABLE_EXAMPLES = [
'email.domain.com', # missing @
]
class RegexTest(TestCase):
class FormatValidity(TestCase):
'Testing regex validation + format validity.'
def test_valid_email_structure_regex(self):
'Accepts an email with a valid structure.'