mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
parent
52173d4959
commit
a0b44b5adb
5 changed files with 23 additions and 6 deletions
|
@ -2457,6 +2457,10 @@ multipart/report
|
|||
text/rfc822-headers
|
||||
""")
|
||||
|
||||
def test_make_msgid_domain(self):
|
||||
self.assertEqual(
|
||||
email.utils.make_msgid(domain='testdomain-string')[-19:],
|
||||
'@testdomain-string>')
|
||||
|
||||
|
||||
# Test the iterator/generators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue