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
1e4bd53a
Kaydet (Commit)
1e4bd53a
authored
12 years ago
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize.
üst
52336f0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
regrtest.py
Lib/test/regrtest.py
+3
-3
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
1e4bd53a
...
...
@@ -33,7 +33,7 @@ Verbosity
Selecting tests
-r/--random
-- randomize test execution order (see below)
-r/--random
ize
-- randomize test execution order (see below)
--randseed -- pass a random seed to reproduce a previous random run
-f/--fromfile -- read names of tests to run from a file (see below)
-x/--exclude -- arguments are tests to *exclude*
...
...
@@ -274,11 +274,11 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
try
:
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
'exclude'
,
'single'
,
'slow'
,
'random
'
,
'fromfile
'
,
'findleaks'
,
'exclude'
,
'single'
,
'slow'
,
'random
ize'
,
'fromfile=
'
,
'findleaks'
,
'use='
,
'threshold='
,
'coverdir='
,
'nocoverdir'
,
'runleaks'
,
'huntrleaks='
,
'memlimit='
,
'randseed='
,
'multiprocess='
,
'coverage'
,
'slaveargs='
,
'forever'
,
'debug'
,
'start='
,
'nowindows'
,
'header'
,
'failfast'
,
'match'
])
'start='
,
'nowindows'
,
'header'
,
'failfast'
,
'match
=
'
])
except
getopt
.
error
as
msg
:
usage
(
msg
)
...
...
This diff is collapsed.
Click to expand it.
Misc/NEWS
Dosyayı görüntüle @
1e4bd53a
...
...
@@ -723,6 +723,9 @@ Extension Modules
Tests
-----
- Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize
options.
- Issue #16664: Add regression tests for glob's behaviour concerning entries
starting with a ".". Patch by Sebastian Kreft.
...
...
This diff is collapsed.
Click to expand it.
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