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
f2abf5c1
Kaydet (Commit)
f2abf5c1
authored
Agu 19, 2016
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
regrtest: replace "Result:" with "Tests result:"
üst
59e9ca6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.py
Lib/test/libregrtest/main.py
+1
-1
test_regrtest.py
Lib/test/test_regrtest.py
+1
-1
No files found.
Lib/test/libregrtest/main.py
Dosyayı görüntüle @
f2abf5c1
...
@@ -437,7 +437,7 @@ class Regrtest:
...
@@ -437,7 +437,7 @@ class Regrtest:
result
=
"INTERRUPTED"
result
=
"INTERRUPTED"
else
:
else
:
result
=
"SUCCESS"
result
=
"SUCCESS"
print
(
"
R
esult:
%
s"
%
result
)
print
(
"
Tests r
esult:
%
s"
%
result
)
if
self
.
ns
.
runleaks
:
if
self
.
ns
.
runleaks
:
os
.
system
(
"leaks
%
d"
%
os
.
getpid
())
os
.
system
(
"leaks
%
d"
%
os
.
getpid
())
...
...
Lib/test/test_regrtest.py
Dosyayı görüntüle @
f2abf5c1
...
@@ -407,7 +407,7 @@ class BaseTestCase(unittest.TestCase):
...
@@ -407,7 +407,7 @@ class BaseTestCase(unittest.TestCase):
result
=
'INTERRUPTED'
result
=
'INTERRUPTED'
else
:
else
:
result
=
'SUCCESS'
result
=
'SUCCESS'
self
.
check_line
(
output
,
'
R
esult:
%
s'
%
result
)
self
.
check_line
(
output
,
'
Tests r
esult:
%
s'
%
result
)
def
parse_random_seed
(
self
,
output
):
def
parse_random_seed
(
self
,
output
):
match
=
self
.
regex_search
(
r'Using random seed ([0-9]+)'
,
output
)
match
=
self
.
regex_search
(
r'Using random seed ([0-9]+)'
,
output
)
...
...
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