Skip to content

Instantly share code, notes, and snippets.

@goujonbe
Last active October 31, 2020 16:22
Show Gist options
  • Save goujonbe/9162dc762be695b56cea9f769c782283 to your computer and use it in GitHub Desktop.
Save goujonbe/9162dc762be695b56cea9f769c782283 to your computer and use it in GitHub Desktop.
def test_email_validation():
with pytest.raises(InvalidEmailAddressError):
assert validate_email_address(None, None, "invalid.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment