Projet

Général

Profil

0003-tests-add-test-on-bad-email-62354.patch

Benjamin Dauvergne, 05 juillet 2022 15:58

Télécharger (670 octets)

Voir les différences:

Subject: [PATCH 3/3] tests: add test on @ bad email (#62354)

 tests/test_validators.py | 1 +
 1 file changed, 1 insertion(+)
tests/test_validators.py
71 71
            'a#b@nok.com',
72 72
            'a&b@nok.com',
73 73
            'a?b@nok.com',
74
            '@',
74 75
        ],
75 76
    )
76 77
    def test_bad_email(self, bad_email):
77
-