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
11e4a941
Kaydet (Commit)
11e4a941
authored
May 02, 2019
tarafından
Xtreak
Kaydeden (comit)
Victor Stinner
May 02, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change bisect to bisect_cmd in docstring (#13040)
üst
671d782f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bisect_cmd.py
Lib/test/bisect_cmd.py
+3
-3
No files found.
Lib/test/bisect_cmd.py
Dosyayı görüntüle @
11e4a941
...
@@ -4,17 +4,17 @@ Command line tool to bisect failing CPython tests.
...
@@ -4,17 +4,17 @@ Command line tool to bisect failing CPython tests.
Find the test_os test method which alters the environment:
Find the test_os test method which alters the environment:
./python -m test.bisect --fail-env-changed test_os
./python -m test.bisect
_cmd
--fail-env-changed test_os
Find a reference leak in "test_os", write the list of failing tests into the
Find a reference leak in "test_os", write the list of failing tests into the
"bisect" file:
"bisect" file:
./python -m test.bisect -o bisect -R 3:3 test_os
./python -m test.bisect
_cmd
-o bisect -R 3:3 test_os
Load an existing list of tests from a file using -i option:
Load an existing list of tests from a file using -i option:
./python -m test --list-cases -m FileTests test_os > tests
./python -m test --list-cases -m FileTests test_os > tests
./python -m test.bisect -i tests test_os
./python -m test.bisect
_cmd
-i tests test_os
"""
"""
import
argparse
import
argparse
...
...
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