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
725af4dc
Kaydet (Commit)
725af4dc
authored
Kas 01, 2011
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Lowercase the test name, to run last.
üst
050c7e64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
test_time.py
Lib/test/test_time.py
+3
-4
No files found.
Lib/test/test_time.py
Dosyayı görüntüle @
725af4dc
...
...
@@ -298,7 +298,7 @@ class TimeTestCase(unittest.TestCase):
self
.
assertAlmostEqual
(
t1
,
t0
,
delta
=
0.2
)
# XXX run last to work around issue #13309 on Gentoo
def
test_
ZZZ
_mktime
(
self
):
def
test_
zzz
_mktime
(
self
):
# Issue #1726687
for
t
in
(
-
2
,
-
1
,
0
,
1
):
try
:
...
...
@@ -317,9 +317,8 @@ class TimeTestCase(unittest.TestCase):
time
.
mktime
((
-
1
,
1
,
1
,
0
,
0
,
0
,
-
1
,
-
1
,
-
1
))
except
OverflowError
:
pass
msg
=
"Issue #13309: the '
%
Z' specifier reports wrong timezone"
self
.
assertEqual
(
time
.
strftime
(
'
%
Z'
,
tt
),
tzname
,
msg
)
tt
=
time
.
gmtime
(
self
.
t
)
msg
=
"Issue #13309: the '
%
Z' specifier reports erroneous timezone"
msg
+=
" after time.mktime((-1, 1, 1, 0, 0, 0, -1, -1, -1))."
self
.
assertEqual
(
time
.
strftime
(
'
%
Z'
,
tt
),
tzname
,
msg
)
...
...
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