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
747e1cad
Kaydet (Commit)
747e1cad
authored
Agu 24, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Should pass explicit arguments to findtests(). Should initialize 'nottests'.
üst
f1536db2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
regrtest.py
Lib/test/regrtest.py
+4
-2
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
747e1cad
...
...
@@ -72,10 +72,12 @@ def main(tests=None, testdir=None):
# Strip trailing ".py" from arguments
if
args
[
i
][
-
3
:]
==
'.py'
:
args
[
i
]
=
args
[
i
][:
-
3
]
stdtests
=
STDTESTS
nottests
=
NOTTESTS
if
exclude
:
nottests
[:
0
]
=
args
nottests
=
args
args
=
[]
tests
=
tests
or
args
or
findtests
(
)
tests
=
tests
or
args
or
findtests
(
testdir
,
stdtests
,
nottests
)
test_support
.
verbose
=
verbose
# Tell tests to be moderately quiet
for
test
in
tests
:
if
not
quiet
:
...
...
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