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
d33d4740
Kaydet (Commit)
d33d4740
authored
Tem 19, 2002
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Shut the test up and add a missing import
üst
190390b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
test_email.py
Lib/test/test_email.py
+2
-1
test_email_codecs.py
Lib/test/test_email_codecs.py
+2
-1
No files found.
Lib/test/test_email.py
Dosyayı görüntüle @
d33d4740
# Copyright (C) 2001,2002 Python Software Foundation
# email package unit tests
import
unittest
# The specific tests now live in Lib/email/test
from
email.test.test_email
import
*
from
email.test.test_email
import
suite
...
...
Lib/test/test_email_codecs.py
Dosyayı görüntüle @
d33d4740
# Copyright (C) 2002 Python Software Foundation
# email package unit tests for (optional) Asian codecs
import
unittest
# The specific tests now live in Lib/email/test
from
email.test.test_email_codecs
import
*
from
email.test.test_email_codecs
import
suite
...
...
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