Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
eea6cda9
Commit
eea6cda9
authored
Jul 30, 2011
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change test.support docs to be more specific about the nature of this module.
parent
7bd081c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
Doc/library/test.rst
Doc/library/test.rst
+12
-7
No files found.
Doc/library/test.rst
View file @
eea6cda9
...
...
@@ -187,19 +187,24 @@ 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
test
s
.
test
suite
.
This module defines the following exceptions:
..
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
:
..
exception
::
TestFailed
Exception
to
be
raised
when
a
test
fails
.
This
is
deprecated
in
favor
of
...
...
@@ -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
...
...
@@ -233,8 +238,8 @@ The :mod:`test.support` module defines the following constants:
Set to a name that is safe to use as the name of a temporary file. Any
temporary file that is created should be closed and unlinked (removed).
The
:
mod
:`
test
.
support
`
module
defines
the
following
functions
:
The :mod:`test.support` module defines the following functions:
.. function:: forget(module_name)
...
...
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