Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d4f81322
Kaydet (Commit)
d4f81322
authored
Ara 18, 2016
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge #28407 Improve test coverage of make_msgid.
üst
40fa2660
c69fd86f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
test_email.py
Lib/test/test_email/test_email.py
+12
-0
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/test/test_email/test_email.py
Dosyayı görüntüle @
d4f81322
...
...
@@ -11,6 +11,7 @@ import textwrap
from
io
import
StringIO
,
BytesIO
from
itertools
import
chain
from
random
import
choice
from
socket
import
getfqdn
try
:
from
threading
import
Thread
except
ImportError
:
...
...
@@ -3314,6 +3315,17 @@ multipart/report
email
.
utils
.
make_msgid
(
domain
=
'testdomain-string'
)[
-
19
:],
'@testdomain-string>'
)
def
test_make_msgid_idstring
(
self
):
self
.
assertEqual
(
email
.
utils
.
make_msgid
(
idstring
=
'test-idstring'
,
domain
=
'testdomain-string'
)[
-
33
:],
'.test-idstring@testdomain-string>'
)
def
test_make_msgid_default_domain
(
self
):
self
.
assertTrue
(
email
.
utils
.
make_msgid
()
.
endswith
(
'@'
+
getfqdn
()
+
'>'
))
def
test_Generator_linend
(
self
):
# Issue 14645.
with
openfile
(
'msg_26.txt'
,
newline
=
'
\n
'
)
as
f
:
...
...
Misc/ACKS
Dosyayı görüntüle @
d4f81322
...
...
@@ -189,6 +189,7 @@ Tom Bridgman
Anthony Briggs
Keith Briggs
Tobias Brink
Dillon Brock
Richard Brodie
Michael Broghton
Ammar Brohi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment