X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/blobdiff_plain/750b4684fcb5a5338cd817f77fdc2dce2dae4b89..b8f1420b5a8e061cfa64f001ccd3207ca9f582b2:/tests/test_wrvalidators.py diff --git a/tests/test_wrvalidators.py b/tests/test_wrvalidators.py index f26c5b8..4883676 100644 --- a/tests/test_wrvalidators.py +++ b/tests/test_wrvalidators.py @@ -388,7 +388,6 @@ class TestEmail(unittest.TestCase): for value in self.bad_addresses: with self.assertRaises(ValueError): email_from_str(value) - print(value) def test_to_str(self): for value in self.good_addresses: