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
d53d085a
Kaydet (Commit)
d53d085a
authored
Haz 05, 2009
tarafından
Michael Foord
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix unittest discovery tests for Windows. Issue 6199
üst
3b5d5fb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test_unittest.py
Lib/test/test_unittest.py
+3
-1
No files found.
Lib/test/test_unittest.py
Dosyayı görüntüle @
d53d085a
...
...
@@ -3537,7 +3537,9 @@ class TestDiscovery(TestCase):
# We should have loaded tests from the test_directory package by calling load_tests
# and directly from the test_directory2 package
self
.
assertEqual
(
suite
,
[
'load_tests'
,
'/foo/test_directory2 module tests'
])
self
.
assertEqual
(
suite
,
[
'load_tests'
,
os
.
path
.
join
(
'/foo'
,
'test_directory2'
)
+
' module tests'
])
self
.
assertEqual
(
Module
.
paths
,
[
os
.
path
.
join
(
'/foo'
,
'test_directory'
),
os
.
path
.
join
(
'/foo'
,
'test_directory2'
)])
...
...
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