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
44b6bd21
Kaydet (Commit)
44b6bd21
authored
Eki 23, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added note saying to use test_support.TESTFN for a temporary filename,
and be clear that you need to clean it up when done.
üst
8902442e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README
Lib/test/README
+5
-0
No files found.
Lib/test/README
Dosyayı görüntüle @
44b6bd21
...
@@ -115,6 +115,11 @@ In designing test cases you should pay attention to the following:
...
@@ -115,6 +115,11 @@ In designing test cases you should pay attention to the following:
test, try to write a test case that exposes the bug (preferably before
test, try to write a test case that exposes the bug (preferably before
fixing it).
fixing it).
* If you need to create a temporary file, you can use the filename in
test_support.TESTFN to do so. It is important to remove the file
when done; other tests should be able to use the name without cleaning
up after your test.
Regression Test Writing Rules
Regression Test Writing Rules
...
...
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