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
9650b192
Kaydet (Commit)
9650b192
authored
Eyl 02, 2016
tarafından
Jason R. Coombs
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge backout for test suite fix
üst
75fbf87d
b44c849d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
test_filelist.py
Lib/distutils/tests/test_filelist.py
+9
-2
No files found.
Lib/distutils/tests/test_filelist.py
Dosyayı görüntüle @
9650b192
...
...
@@ -9,7 +9,7 @@ from distutils.filelist import glob_to_re, translate_pattern, FileList
from
distutils
import
filelist
import
test.support
from
test.support
import
captured_stdout
from
test.support
import
captured_stdout
,
run_unittest
from
distutils.tests
import
support
MANIFEST_IN
=
"""
\
...
...
@@ -329,5 +329,12 @@ class FindAllTestCase(unittest.TestCase):
self
.
assertEqual
(
filelist
.
findall
(
temp_dir
),
expected
)
def
test_suite
():
return
unittest
.
TestSuite
([
unittest
.
makeSuite
(
FileListTestCase
),
unittest
.
makeSuite
(
FindAllTestCase
),
])
if
__name__
==
"__main__"
:
unittest
.
main
(
)
run_unittest
(
test_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