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
8319170a
Kaydet (Commit)
8319170a
authored
Eki 27, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reformat the regrtest command-line option help and group the options into sections.
üst
71a015ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
20 deletions
+35
-20
regrtest.py
Lib/test/regrtest.py
+35
-20
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
8319170a
...
@@ -8,26 +8,41 @@ additional facilities.
...
@@ -8,26 +8,41 @@ additional facilities.
Command line options:
Command line options:
-v: verbose -- run tests in verbose mode with output to stdout
-h/--help -- print this text and exit
-w: verbose2 -- re-run failed tests in verbose mode
-W: verbose3 -- re-run failed tests in verbose mode immediately
Verbosity
-q: quiet -- don't print anything except if a test fails
-x: exclude -- arguments are tests to *exclude*
-v/--verbose -- run tests in verbose mode with output to stdout
-s: single -- run only a single test (see below)
-w/--verbose2 -- re-run failed tests in verbose mode
-S: slow -- print the slowest 10 tests
-W/--verbose3 -- re-run failed tests in verbose mode immediately
-r: random -- randomize test execution order
-q/--quiet -- don't print anything except if a test fails
-f: fromfile -- read names of tests to run from a file (see below)
-S/--slow -- print the slowest 10 tests
-l: findleaks -- if GC is available detect tests that leak memory
-u: use -- specify which special resource intensive tests to run
Selecting tests
-h: help -- print this text and exit
-t: threshold -- call gc.set_threshold(N)
-r/--random -- randomize test execution order
-T: coverage -- turn on code coverage using the trace module
-f/--fromfile -- read names of tests to run from a file (see below)
-D: coverdir -- Directory where coverage files are put
-x/--exclude -- arguments are tests to *exclude*
-N: nocoverdir -- Put coverage files alongside modules
-s/--single -- run only a single test (see below)
-L: runleaks -- run the leaks(1) command just before exit
-u/--use RES1,RES2,...
-R: huntrleaks -- search for reference leaks (needs debug build, v. slow)
-- specify which special resource intensive tests to run
-M: memlimit -- run very large memory-consuming tests
-M/--memlimit LIMIT
-j: multiprocess -- run several processes at once
-- run very large memory-consuming tests
Special runs
-l/--findleaks -- if GC is available detect tests that leak memory
-L/--runleaks -- run the leaks(1) command just before exit
-R/--huntrleaks RUNCOUNTS
-- search for reference leaks (needs debug build, v. slow)
-j/--multiprocess PROCESSES
-- run PROCESSES processes at once
-T/--coverage -- turn on code coverage using the trace module
-D/--coverdir DIRECTORY
-- Directory where coverage files are put
-N/--nocoverdir -- Put coverage files alongside modules
-t/--threshold THRESHOLD
-- call gc.set_threshold(THRESHOLD)
If non-option arguments are present, they are names for tests to run,
If non-option arguments are present, they are names for tests to run,
unless -x is given, in which case they are names for tests not to run.
unless -x is given, in which case they are names for tests not to run.
...
...
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