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
39112a96
Kaydet (Commit)
39112a96
authored
Tem 30, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge with 3.2.
üst
6e5b2ac4
eea6cda9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
test.rst
Doc/library/test.rst
+11
-7
No files found.
Doc/library/test.rst
Dosyayı görüntüle @
39112a96
...
...
@@ -187,18 +187,23 @@ executing :program:`rt.bat` from your :file:`PCBuild` directory will run all
regression
tests
.
:
mod
:`
test
.
support
`
---
Utilit
y
functions
for
tests
===================================================
:
mod
:`
test
.
support
`
---
Utilit
ies
for
the
Python
test
suite
===================================================
========
..
module
::
test
.
support
:
synopsis
:
Support
for
Python
regression
tests
.
:
synopsis
:
Support
for
Python
's regression test suite
.
The :mod:`test.support` module provides support for Python'
s
regression
tests.
test
suite
.
..
note
::
:
mod
:`
test
.
support
`
is
not
a
public
module
.
It
is
documented
here
to
help
Python
developers
write
tests
.
The
API
of
this
module
is
subject
to
change
without
backwards
compatibility
concerns
between
releases
.
This module defines the following exceptions:
This
module
defines
the
following
exceptions
:
..
exception
::
TestFailed
...
...
@@ -213,8 +218,8 @@ This module defines the following exceptions:
network connection) is not available. Raised by the :func:`requires`
function.
The
:
mod
:`
test
.
support
`
module
defines
the
following
constants
:
The :mod:`test.support` module defines the following constants:
.. data:: verbose
...
...
@@ -236,7 +241,6 @@ The :mod:`test.support` module defines the following constants:
The :mod:`test.support` module defines the following functions:
.. function:: forget(module_name)
Remove the module named *module_name* from ``sys.modules`` and delete any
...
...
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