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
1b643596
Kaydet (Commit)
1b643596
authored
Eki 03, 2004
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix test for FeedParser results.
üst
8df59212
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test_email_torture.py
Lib/email/test/test_email_torture.py
+2
-2
No files found.
Lib/email/test/test_email_torture.py
Dosyayı görüntüle @
1b643596
# Copyright (C) 2002 Python Software Foundation
# Copyright (C) 2002
-2004
Python Software Foundation
#
# A torture test of the email package. This should not be run as part of the
# standard Python test suite since it requires several meg of email messages
...
...
@@ -53,7 +53,7 @@ class TestCrispinTorture(TortureBase):
eq
(
type
(
payload
),
ListType
)
eq
(
len
(
payload
),
12
)
eq
(
msg
.
preamble
,
None
)
eq
(
msg
.
epilogue
,
'
\n
\n
'
)
eq
(
msg
.
epilogue
,
'
\n
'
)
# Probably the best way to verify the message is parsed correctly is to
# dump its structure and compare it against the known structure.
fp
=
StringIO
()
...
...
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