MCPcopy Create free account
hub / github.com/JoshData/python-email-validator / test_email_empty_local

Function test_email_empty_local

tests/test_syntax.py:545–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543
544
545def test_email_empty_local() -> None:
546 validate_email("@test", allow_empty_local=True, test_environment=True)
547
548 # This next one might not be desirable.
549 validate_email("\"\"@test", allow_empty_local=True, allow_quoted_local=True, test_environment=True)
550
551
552def test_email_test_domain_name_in_test_environment() -> None:

Callers

nothing calls this directly

Calls 1

validate_emailFunction · 0.90

Tested by

no test coverage detected