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
bda1418e
Kaydet (Commit)
bda1418e
authored
Haz 15, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Print some more info to get an idea of how much longer the test will last
üst
643ad192
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
test_zipfile64.py
Lib/test/test_zipfile64.py
+6
-4
No files found.
Lib/test/test_zipfile64.py
Dosyayı görüntüle @
bda1418e
...
...
@@ -48,8 +48,9 @@ class TestsWithSourceFile(unittest.TestCase):
# Print still working message since this test can be really slow
if
next_time
<=
time
.
time
():
next_time
=
time
.
time
()
+
_PRINT_WORKING_MSG_INTERVAL
print
>>
sys
.
__stdout__
,
\
' zipTest still working, be patient...'
print
>>
sys
.
__stdout__
,
(
' zipTest still writing
%
d of
%
d, be patient...'
%
(
num
,
filecount
))
sys
.
__stdout__
.
flush
()
zipfp
.
close
()
...
...
@@ -60,8 +61,9 @@ class TestsWithSourceFile(unittest.TestCase):
# Print still working message since this test can be really slow
if
next_time
<=
time
.
time
():
next_time
=
time
.
time
()
+
_PRINT_WORKING_MSG_INTERVAL
print
>>
sys
.
__stdout__
,
\
' zipTest still working, be patient...'
print
>>
sys
.
__stdout__
,
(
' zipTest still reading
%
d of
%
d, be patient...'
%
(
num
,
filecount
))
sys
.
__stdout__
.
flush
()
zipfp
.
close
()
...
...
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