Marcel Telka
2024-04-09 6a5ea3217f4517958e4901ca6b141c2dec53ccb6
Add email_validator Python project

5 files added
428 ■■■■■ changed files
components/python/email_validator/Makefile 39 ●●●●● patch | view | raw | blame | history
components/python/email_validator/email_validator-PYVER.p5m 48 ●●●●● patch | view | raw | blame | history
components/python/email_validator/manifests/sample-manifest.p5m 48 ●●●●● patch | view | raw | blame | history
components/python/email_validator/pkg5 14 ●●●●● patch | view | raw | blame | history
components/python/email_validator/test/results-all.master 279 ●●●●● patch | view | raw | blame | history
components/python/email_validator/Makefile
New file
@@ -0,0 +1,39 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# This file was automatically generated using the following command:
#   $WS_TOOLS/python-integrate-project email_validator
#
BUILD_STYLE = pyproject
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        email_validator
HUMAN_VERSION =            2.1.1
COMPONENT_SUMMARY =        email_validator - A robust email address syntax and deliverability validation library.
COMPONENT_PROJECT_URL =        https://github.com/JoshData/python-email-validator
COMPONENT_ARCHIVE_HASH =    \
    sha256:200a70680ba08904be6d1eef729205cc0d687634399a5924d842533efb824b84
COMPONENT_LICENSE =        Unlicense
COMPONENT_LICENSE_FILE =    LICENSE
TEST_STYLE = pytest
include $(WS_MAKE_RULES)/common.mk
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/dnspython
PYTHON_REQUIRED_PACKAGES += library/python/idna
PYTHON_REQUIRED_PACKAGES += library/python/setuptools
PYTHON_REQUIRED_PACKAGES += library/python/wheel
PYTHON_REQUIRED_PACKAGES += runtime/python
components/python/email_validator/email_validator-PYVER.p5m
New file
@@ -0,0 +1,48 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# This file was automatically generated using python-integrate-project
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/email_validator-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/LICENSE
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/deliverability.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/exceptions_types.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/rfc_constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/syntax.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/validate_email.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/version.py
# python modules are unusable without python runtime binary
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/dnspython-$(PYV)
depend type=require fmri=pkg:/library/python/idna-$(PYV)
components/python/email_validator/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,48 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/email_validator-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/LICENSE
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/deliverability.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/exceptions_types.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/rfc_constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/syntax.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/validate_email.py
file path=usr/lib/python$(PYVER)/vendor-packages/email_validator/version.py
# python modules are unusable without python runtime binary
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/dnspython-$(PYV)
depend type=require fmri=pkg:/library/python/idna-$(PYV)
components/python/email_validator/pkg5
New file
@@ -0,0 +1,14 @@
{
    "dependencies": [
        "library/python/dnspython-39",
        "library/python/idna-39",
        "library/python/setuptools-39",
        "library/python/wheel-39",
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/email-validator",
        "library/python/email-validator-39"
    ],
    "name": "email_validator"
}
components/python/email_validator/test/results-all.master
New file
@@ -0,0 +1,279 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 270 items
tests/test_deliverability.py::test_deliverability_found PASSED
tests/test_deliverability.py::test_deliverability_fails PASSED
tests/test_deliverability.py::test_email_example_reserved_domain[me@mail.example] PASSED
tests/test_deliverability.py::test_email_example_reserved_domain[me@example.com] PASSED
tests/test_deliverability.py::test_email_example_reserved_domain[me@mail.example.com] PASSED
tests/test_deliverability.py::test_deliverability_dns_timeout PASSED
tests/test_deliverability.py::test_caching_dns_resolver PASSED
tests/test_main.py::test_dict_accessor PASSED
tests/test_main.py::test_main_single_good_input PASSED
tests/test_main.py::test_main_single_bad_input PASSED
tests/test_main.py::test_main_multi_input PASSED
tests/test_main.py::test_bytes_input PASSED
tests/test_main.py::test_deprecation PASSED
tests/test_syntax.py::test_email_valid[Abc@example.tld-output0] PASSED
tests/test_syntax.py::test_email_valid[Abc.123@test-example.com-output1] PASSED
tests/test_syntax.py::test_email_valid[user+mailbox/department=shipping@example.tld-output2] PASSED
tests/test_syntax.py::test_email_valid[!#$%&'*+-/=?^_`.{|}~@example.tld-output3] PASSED
tests/test_syntax.py::test_email_valid[jeff@\u81fa\u7db2\u4e2d\u5fc3.tw-output4] PASSED
tests/test_syntax.py::test_email_valid["quoted local part"@example.org-output5] PASSED
tests/test_syntax.py::test_email_valid["de-quoted.local.part"@example.org-output6] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u4f0a\u662d\u5091@\u90f5\u4ef6.\u5546\u52d9-output0] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u0930\u093e\u092e@\u092e\u094b\u0939\u0928.\u0908\u0928\u094d\u092b\u094b-output1] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u044e\u0437\u0435\u0440@\u0435\u043a\u0437\u0430\u043c\u043f\u043b.\u043a\u043e\u043c-output2] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u03b8\u03c3\u03b5\u03c1@\u03b5\u03c7\u03b1\u03bc\u03c0\u03bb\u03b5.\u03c8\u03bf\u03bc-output3] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\uf96e\u58eb\u8c6a@\u81fa\u7db2\u4e2d\u5fc3.tw-output4] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\uf96e\u58eb\u8c6a@\u81fa\u7db2\u4e2d\u5fc3.\u53f0\u7063-output5] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[jeff\uf96e@\u81fa\u7db2\u4e2d\u5fc3.tw-output6] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\xf1o\xf1\xf3@example.tld-output7] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u6211\u8cb7@example.tld-output8] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u7532\u6590\u9ed2\u5ddd\u65e5\u672c@example.tld-output9] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u0447\u0435\u0431\u0443\u0440\u0430\u0448\u043a\u0430\u044f\u0449\u0438\u043a-\u0441-\u0430\u043f\u0435\u043b\u044c\u0441\u0438\u043d\u0430\u043c\u0438.\u0440\u0444@example.tld-output10] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u0909\u0926\u093e\u0939\u0930\u0923.\u092a\u0930\u0940\u0915\u094d\u0937@domain.with.idn.tld-output11] PASSED
tests/test_syntax.py::test_email_valid_intl_local_part[\u03b9\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2@\u03b5\u03b5\u03c4\u03c4.gr-output12] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["unnecessarily.quoted.local.part"@example.com-unnecessarily.quoted.local.part] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["quoted..local.part"@example.com-"quoted..local.part"] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["quoted.with.at@"@example.com-"quoted.with.at@"] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["quoted with space"@example.com-"quoted with space"] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["quoted.with.dquote\\""@example.com-"quoted.with.dquote\\""] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["unnecessarily.quoted.with.unicode.\u03bb"@example.com-unnecessarily.quoted.with.unicode.\u03bb] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["quoted.with..unicode.\u03bb"@example.com-"quoted.with..unicode.\u03bb"] PASSED
tests/test_syntax.py::test_email_valid_only_if_quoted_local_part["quoted.with.extraneous.\\escape"@example.com-quoted.with.extraneous.escape] PASSED
tests/test_syntax.py::test_domain_literal PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@localhost-The part after the @-sign is not valid. It should have a period.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@.leadingdot.com-An email address cannot have a period immediately after the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@\uff0eleadingfwdot.com-An email address cannot have a period immediately after the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@twodots..com-An email address cannot have two periods in a row.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@twofwdots\uff0e\uff0e.com-An email address cannot have two periods in a row.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@trailingdot.com.-An email address cannot end with a period.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@trailingfwdot.com\uff0e-An email address cannot end with a period.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@-leadingdash-An email address cannot have a hyphen immediately after the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@\uff0dleadingdashfw-An email address cannot have a hyphen immediately after the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@trailingdash--An email address cannot end with a hyphen.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@trailingdashfw\uff0d-An email address cannot end with a hyphen.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@baddash.-.com-An email address cannot have a period and a hyphen next to each other.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@baddash.-a.com-An email address cannot have a period and a hyphen next to each other.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@baddash.b-.com-An email address cannot have a period and a hyphen next to each other.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@baddashfw.\uff0d.com-An email address cannot have a period and a hyphen next to each other.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@baddashfw.\uff0da.com-An email address cannot have a period and a hyphen next to each other.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@baddashfw.b\uff0d.com-An email address cannot have a period and a hyphen next to each other.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@example.com\n-The part after the @-sign contains invalid characters: U+000A.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my@example\n.com-The part after the @-sign contains invalid characters: U+000A.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@x!-The part after the @-sign contains invalid characters: '!'.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@x -The part after the @-sign contains invalid characters: SPACE.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[.leadingdot@domain.com-An email address cannot start with a period.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[twodots..here@domain.com-An email address cannot have two periods in a row.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[trailingdot.@domain.email-An email address cannot have a period immediately before the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@\u2488wouldbeinvalid.com-The part after the @-sign contains invalid characters (Codepoint U+2488 not allowed at position 1 in '\u2488wouldbeinvalid.com').] PASSED
tests/test_syntax.py::test_email_invalid_syntax[@example.com-There must be something before the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[white space@test-The email address contains invalid characters before the @-sign: SPACE.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[test@white space-The part after the @-sign contains invalid characters: SPACE.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[\nmy@example.com-The email address contains invalid characters before the @-sign: U+000A.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[m\ny@example.com-The email address contains invalid characters before the @-sign: U+000A.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my\n@example.com-The email address contains invalid characters before the @-sign: U+000A.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[test@\n-The part after the @-sign contains invalid characters: U+000A.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[bad"quotes"@example.com-The email address contains invalid characters before the @-sign: '"'.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[obsolete."quoted".atom@example.com-The email address contains invalid characters before the @-sign: '"'.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[11111111112222222222333333333344444444445555555555666666666677777@example.com-The email address is too long before the @-sign (1 character too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[111111111122222222223333333333444444444455555555556666666666777777@example.com-The email address is too long before the @-sign (2 characters too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.111111111122222222223333333333444444444455555555556.com-The email address is too long (4 characters too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555566.com-The email address is too long after the @-sign (1 character too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@\u4e2d1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555566.com-The email address is too long after the @-sign.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my.long.address@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.11111111112222222222333333333344444.info-The email address is too long (2 characters too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my.long.address@\u03bb111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.11111111112222222222333333.info-The email address is too long (when converted to IDNA ASCII).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my.long.address@\u03bb111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444.info-The email address is too long (at least 1 character too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my.\u03bbong.address@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.111111111122222222223333333333444.info-The email address is too long (when encoded in bytes).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[my.\u03bbong.address@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444.info-The email address is too long (at least 1 character too many).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@bad-tld-1-The part after the @-sign is not valid. It should have a period.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@bad.tld-2-The part after the @-sign is not valid. It is not within a valid top-level domain.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@xn--0.tld-The part after the @-sign is not valid IDNA (Invalid A-label).] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@yy--0.tld-An email address cannot have two letters followed by two dashes immediately after the @-sign or after a period, except Punycode.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@yy\uff0d\uff0d0.tld-An email address cannot have two letters followed by two dashes immediately after the @-sign or after a period, except Punycode.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[127.0.0.1]-A bracketed IP address after the @-sign is not allowed here.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[127.0.0.999]-The address in brackets after the @-sign is not valid: It is not an IPv4 address (Octet 999 (> 255) not permitted in '127.0.0.999') or is missing an address literal tag.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[IPv6:::1]-A bracketed IP address after the @-sign is not allowed here.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[IPv6:::G]-The IPv6 address in brackets after the @-sign is not valid (Only hex digits permitted in 'G' in '::G').] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[tag:text]-The part after the @-sign contains an invalid address literal tag in brackets.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[untaggedtext]-The part after the @-sign in brackets is not an IPv4 address and has no address literal tag.] PASSED
tests/test_syntax.py::test_email_invalid_syntax[me@[tag:invalid space]-The part after the @-sign contains invalid characters in brackets: SPACE.] PASSED
tests/test_syntax.py::test_email_invalid_reserved_domain[me@anything.arpa] PASSED
tests/test_syntax.py::test_email_invalid_reserved_domain[me@valid.invalid] PASSED
tests/test_syntax.py::test_email_invalid_reserved_domain[me@link.local] PASSED
tests/test_syntax.py::test_email_invalid_reserved_domain[me@host.localhost] PASSED
tests/test_syntax.py::test_email_invalid_reserved_domain[me@onion.onion.onion] PASSED
tests/test_syntax.py::test_email_invalid_reserved_domain[me@test.test.test] PASSED
tests/test_syntax.py::test_email_unsafe_character[\u2005-FOUR-PER-EM SPACE] PASSED
tests/test_syntax.py::test_email_unsafe_character[\u2028-LINE SEPARATOR] PASSED
tests/test_syntax.py::test_email_unsafe_character[\u2029-PARAGRAPH SEPARATOR] PASSED
tests/test_syntax.py::test_email_unsafe_character[\u0300-COMBINING GRAVE ACCENT] PASSED
tests/test_syntax.py::test_email_unsafe_character[\x9c-U+009C] PASSED
tests/test_syntax.py::test_email_unsafe_character[\u200b-ZERO WIDTH SPACE] PASSED
tests/test_syntax.py::test_email_unsafe_character[\u202dforward-\u202ereversed-LEFT-TO-RIGHT OVERRIDE, RIGHT-TO-LEFT OVERRIDE] PASSED
tests/test_syntax.py::test_email_unsafe_character[\ud800-U+D800] PASSED
tests/test_syntax.py::test_email_unsafe_character[\ue000-U+E000] PASSED
tests/test_syntax.py::test_email_unsafe_character[\U0010fdef-U+0010FDEF] PASSED
tests/test_syntax.py::test_email_unsafe_character[\ufdef-U+FDEF] PASSED
tests/test_syntax.py::test_email_invalid_character_smtputf8_off[\u03bbambda\u30c4@test-Internationalized characters before the @-sign are not supported: '\u03bb', '\u30c4'.] PASSED
tests/test_syntax.py::test_email_invalid_character_smtputf8_off["quoted.with..unicode.\u03bb"@example.com-Internationalized characters before the @-sign are not supported: '\u03bb'.] PASSED
tests/test_syntax.py::test_email_empty_local PASSED
tests/test_syntax.py::test_email_test_domain_name_in_test_environment PASSED
tests/test_syntax.py::test_case_insensitive_mailbox_name PASSED
tests/test_syntax.py::test_pyisemail_tests[test-ISEMAIL_ERR_NODOMAIN] PASSED
tests/test_syntax.py::test_pyisemail_tests[@-ISEMAIL_ERR_NOLOCALPART] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@-ISEMAIL_ERR_NODOMAIN] PASSED
tests/test_syntax.py::test_pyisemail_tests[@io-ISEMAIL_ERR_NOLOCALPART] PASSED
tests/test_syntax.py::test_pyisemail_tests[@iana.org-ISEMAIL_ERR_NOLOCALPART] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@nominet.org.uk-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@about.museum-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[a@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test.test@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[.test@iana.org-ISEMAIL_ERR_DOT_START] PASSED
tests/test_syntax.py::test_pyisemail_tests[test.@iana.org-ISEMAIL_ERR_DOT_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[test..iana.org-ISEMAIL_ERR_CONSECUTIVEDOTS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test_exa-mple.com-ISEMAIL_ERR_NODOMAIN] PASSED
tests/test_syntax.py::test_pyisemail_tests[!#$%&`*+/=?^`{|}~@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test\\@test@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[123@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@123.com-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghiklm@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghiklmn@iana.org-ISEMAIL_RFC5322_LOCAL_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghiklm.com-ISEMAIL_RFC5322_LABEL_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@mason-dixon.com-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@-iana.org-ISEMAIL_ERR_DOMAINHYPHENSTART] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana-.com-ISEMAIL_ERR_DOMAINHYPHENEND] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@g--a.com-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@.iana.org-ISEMAIL_ERR_DOT_START] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org.-ISEMAIL_ERR_DOT_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana..com-ISEMAIL_ERR_CONSECUTIVEDOTS] PASSED
tests/test_syntax.py::test_pyisemail_tests[abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghiklm@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghij-ISEMAIL_RFC5322_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests[a@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefg.hij-ISEMAIL_RFC5322_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests[a@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefg.hijk-ISEMAIL_RFC5322_DOMAIN_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests["test"@iana.org-ISEMAIL_RFC5321_QUOTEDSTRING] PASSED
tests/test_syntax.py::test_pyisemail_tests["""@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\a"@iana.org-ISEMAIL_RFC5321_QUOTEDSTRING] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\""@iana.org-ISEMAIL_RFC5321_QUOTEDSTRING] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\"@iana.org-ISEMAIL_ERR_UNCLOSEDQUOTEDSTR] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\\\"@iana.org-ISEMAIL_RFC5321_QUOTEDSTRING] PASSED
tests/test_syntax.py::test_pyisemail_tests[test"@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["test@iana.org-ISEMAIL_ERR_UNCLOSEDQUOTEDSTR0] PASSED
tests/test_syntax.py::test_pyisemail_tests["test"test@iana.org-ISEMAIL_ERR_ATEXT_AFTER_QS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test"text"@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["test""test"@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["test"."test"@iana.org-ISEMAIL_DEPREC_LOCALPART] PASSED
tests/test_syntax.py::test_pyisemail_tests["test\\ test"@iana.org-ISEMAIL_RFC5321_QUOTEDSTRING] PASSED
tests/test_syntax.py::test_pyisemail_tests["test".test@iana.org-ISEMAIL_DEPREC_LOCALPART] PASSED
tests/test_syntax.py::test_pyisemail_tests["test\x00"@iana.org-ISEMAIL_ERR_EXPECTING_QTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["test\\\x00"@iana.org-ISEMAIL_DEPREC_QP] PASSED
tests/test_syntax.py::test_pyisemail_tests["abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghj"@iana.org-ISEMAIL_RFC5322_LOCAL_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests["abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefg\\h"@iana.org-ISEMAIL_RFC5322_LOCAL_TOOLONG] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[255.255.255.255]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@a[255.255.255.255]-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[255.255.255]-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[255.255.255.255.255]-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[255.255.255.256]-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[1111:2222:3333:4444:5555:6666:7777:8888]-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666:7777]-ISEMAIL_RFC5322_IPV6_GRPCOUNT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666:7777:8888]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666:7777:8888:9999]-ISEMAIL_RFC5322_IPV6_GRPCOUNT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666:7777:888G]-ISEMAIL_RFC5322_IPV6_BADCHAR] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666::8888]-ISEMAIL_RFC5321_IPV6DEPRECATED] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555::8888]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666::7777:8888]-ISEMAIL_RFC5322_IPV6_MAXGRPS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6::3333:4444:5555:6666:7777:8888]-ISEMAIL_RFC5322_IPV6_COLONSTRT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:::3333:4444:5555:6666:7777:8888]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111::4444:5555::8888]-ISEMAIL_RFC5322_IPV6_2X2XCOLON] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:::]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:255.255.255.255]-ISEMAIL_RFC5322_IPV6_GRPCOUNT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666:255.255.255.255]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666:7777:255.255.255.255]-ISEMAIL_RFC5322_IPV6_GRPCOUNT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444::255.255.255.255]-ISEMAIL_RFC5321_ADDRESSLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:5555:6666::255.255.255.255]-ISEMAIL_RFC5322_IPV6_MAXGRPS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1111:2222:3333:4444:::255.255.255.255]-ISEMAIL_RFC5322_IPV6_2X2XCOLON] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6::255.255.255.255]-ISEMAIL_RFC5322_IPV6_COLONSTRT] PASSED
tests/test_syntax.py::test_pyisemail_tests[ test @iana.org-ISEMAIL_DEPREC_CFWS_NEAR_AT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@ iana .com-ISEMAIL_DEPREC_CFWS_NEAR_AT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test . test@iana.org-ISEMAIL_DEPREC_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[\r\n test@iana.org-ISEMAIL_CFWS_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[\r\n \r\n test@iana.org-ISEMAIL_DEPREC_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[(comment)test@iana.org-ISEMAIL_CFWS_COMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[((comment)test@iana.org-ISEMAIL_ERR_UNCLOSEDCOMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[(comment(comment))test@iana.org-ISEMAIL_CFWS_COMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@(comment)iana.org-ISEMAIL_DEPREC_CFWS_NEAR_AT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test(comment)test@iana.org-ISEMAIL_ERR_ATEXT_AFTER_CFWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@(comment)[255.255.255.255]-ISEMAIL_DEPREC_CFWS_NEAR_AT] PASSED
tests/test_syntax.py::test_pyisemail_tests[(comment)abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghiklm@iana.org-ISEMAIL_CFWS_COMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@(comment)abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghikl.com-ISEMAIL_DEPREC_CFWS_NEAR_AT] PASSED
tests/test_syntax.py::test_pyisemail_tests[(comment)test@abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghik.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghik.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.abcdefghijklmnopqrstuvwxyzabcdefghijk.abcdefghijklmnopqrstu-ISEMAIL_CFWS_COMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org\n-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@xn--hxajbheg2az3al.xn--jxalpdlp-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[xn--test@iana.org-ISEMAIL_VALID] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org--ISEMAIL_ERR_DOMAINHYPHENEND] PASSED
tests/test_syntax.py::test_pyisemail_tests["test@iana.org-ISEMAIL_ERR_UNCLOSEDQUOTEDSTR1] PASSED
tests/test_syntax.py::test_pyisemail_tests[(test@iana.org-ISEMAIL_ERR_UNCLOSEDCOMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@(iana.org-ISEMAIL_ERR_UNCLOSEDCOMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[1.2.3.4-ISEMAIL_ERR_UNCLOSEDDOMLIT] PASSED
tests/test_syntax.py::test_pyisemail_tests["test\\"@iana.org-ISEMAIL_ERR_UNCLOSEDQUOTEDSTR] PASSED
tests/test_syntax.py::test_pyisemail_tests[(comment\\)test@iana.org-ISEMAIL_ERR_UNCLOSEDCOMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org(comment\\)-ISEMAIL_ERR_UNCLOSEDCOMMENT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org(comment\\-ISEMAIL_ERR_BACKSLASHEND] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-domain-literal]-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322]-domain-literal]-ISEMAIL_ERR_ATEXT_AFTER_DOMLIT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-[domain-literal]-ISEMAIL_ERR_EXPECTING_DTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-\\\x07-domain-literal]-ISEMAIL_RFC5322_DOMLIT_OBSDTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-\\\t-domain-literal]-ISEMAIL_RFC5322_DOMLIT_OBSDTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-\\]-domain-literal]-ISEMAIL_RFC5322_DOMLIT_OBSDTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-domain-literal\\]-ISEMAIL_ERR_UNCLOSEDDOMLIT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-domain-literal\\-ISEMAIL_ERR_BACKSLASHEND] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC 5322 domain literal]-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[RFC-5322-domain-literal] (comment)-ISEMAIL_RFC5322_DOMAINLITERAL] PASSED
tests/test_syntax.py::test_pyisemail_tests[\x7f@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@\x7f.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\x7f"@iana.org-ISEMAIL_DEPREC_QTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\\x7f"@iana.org-ISEMAIL_DEPREC_QP] PASSED
tests/test_syntax.py::test_pyisemail_tests[(\x7f)test@iana.org-ISEMAIL_DEPREC_CTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org\r-ISEMAIL_ERR_CR_NO_LF] PASSED
tests/test_syntax.py::test_pyisemail_tests[\rtest@iana.org-ISEMAIL_ERR_CR_NO_LF] PASSED
tests/test_syntax.py::test_pyisemail_tests["\rtest"@iana.org-ISEMAIL_ERR_CR_NO_LF] PASSED
tests/test_syntax.py::test_pyisemail_tests[(\r)test@iana.org-ISEMAIL_ERR_CR_NO_LF] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org(\r)-ISEMAIL_ERR_CR_NO_LF] PASSED
tests/test_syntax.py::test_pyisemail_tests[\ntest@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\n"@iana.org-ISEMAIL_ERR_EXPECTING_QTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\\n"@iana.org-ISEMAIL_DEPREC_QP] PASSED
tests/test_syntax.py::test_pyisemail_tests[(\n)test@iana.org-ISEMAIL_ERR_EXPECTING_CTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[\x07@iana.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@\x07.org-ISEMAIL_ERR_EXPECTING_ATEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\x07"@iana.org-ISEMAIL_DEPREC_QTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests["\\\x07"@iana.org-ISEMAIL_DEPREC_QP] PASSED
tests/test_syntax.py::test_pyisemail_tests[(\x07)test@iana.org-ISEMAIL_DEPREC_CTEXT] PASSED
tests/test_syntax.py::test_pyisemail_tests[\r\ntest@iana.org-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[\r\n \r\ntest@iana.org-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[ \r\ntest@iana.org-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[ \r\n test@iana.org-ISEMAIL_CFWS_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[ \r\n \r\ntest@iana.org-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[ \r\n\r\ntest@iana.org-ISEMAIL_ERR_FWS_CRLF_X2] PASSED
tests/test_syntax.py::test_pyisemail_tests[ \r\n\r\n test@iana.org-ISEMAIL_ERR_FWS_CRLF_X2] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org\r\n -ISEMAIL_CFWS_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org\r\n \r\n -ISEMAIL_DEPREC_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org\r\n-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org\r\n \r\n-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org \r\n-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org \r\n -ISEMAIL_CFWS_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org \r\n \r\n-ISEMAIL_ERR_FWS_CRLF_END] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org \r\n\r\n-ISEMAIL_ERR_FWS_CRLF_X2] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org \r\n\r\n -ISEMAIL_ERR_FWS_CRLF_X2] PASSED
tests/test_syntax.py::test_pyisemail_tests[ test@iana.org-ISEMAIL_CFWS_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana.org -ISEMAIL_CFWS_FWS] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@[IPv6:1::2:]-ISEMAIL_RFC5322_IPV6_COLONEND] PASSED
tests/test_syntax.py::test_pyisemail_tests["test\\\xa9"@iana.org-ISEMAIL_ERR_EXPECTING_QPAIR] PASSED
tests/test_syntax.py::test_pyisemail_tests[test@iana/icann.org-ISEMAIL_RFC5322_DOMAIN] PASSED
tests/test_syntax.py::test_pyisemail_tests[test.(comment)test@iana.org-ISEMAIL_DEPREC_COMMENT] PASSED
======== 270 passed ========