Fix travis
This commit is contained in:
parent
908fd4d74e
commit
cee806d662
1 changed files with 3 additions and 1 deletions
|
@ -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.'
|
||||
|
|
Loading…
Reference in a new issue