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
13cee169
Kaydet (Commit)
13cee169
authored
Şub 22, 2013
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17203: add long option names to unittest discovery docs.
üst
7d0eb4b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
unittest.rst
Doc/library/unittest.rst
+5
-5
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/unittest.rst
Dosyayı görüntüle @
13cee169
...
@@ -279,15 +279,15 @@ The ``discover`` sub-command has the following options:
...
@@ -279,15 +279,15 @@ The ``discover`` sub-command has the following options:
Verbose output
Verbose output
.. cmdoption:: -s directory
.. cmdoption:: -s
, --start-directory
directory
Directory to start discovery (
'.'
default)
Directory to start discovery (
``.``
default)
.. cmdoption:: -p pattern
.. cmdoption:: -p
, --pattern
pattern
Pattern to match test files (
'test*.py'
default)
Pattern to match test files (
``test*.py``
default)
.. cmdoption:: -t directory
.. cmdoption:: -t
, --top-level-directory
directory
Top level directory of project (defaults to start directory)
Top level directory of project (defaults to start directory)
...
...
Misc/NEWS
Dosyayı görüntüle @
13cee169
...
@@ -918,6 +918,8 @@ Tools/Demos
...
@@ -918,6 +918,8 @@ Tools/Demos
Documentation
Documentation
-------------
-------------
- Issue #17203: add long option names to unittest discovery docs.
- Issue #13094: add "Why do lambdas defined in a loop with different values
- Issue #13094: add "Why do lambdas defined in a loop with different values
all return the same result?" programming FAQ.
all return the same result?" programming FAQ.
...
...
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