summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_email.py')
-rw-r--r--Lib/test/test_email.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_email.py b/Lib/test/test_email.py
index 6a66199..37ddc30 100644
--- a/Lib/test/test_email.py
+++ b/Lib/test/test_email.py
@@ -937,6 +937,9 @@ class TestMiscellaneous(unittest.TestCase):
toff = time.timezone
self.assertEqual(offset, toff)
+ def test_parsedate(self):
+ self.assertEqual(Utils.parsedate(''), None)
+
# Test the iterator/generators