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
9d92d5a9
Commit
9d92d5a9
authored
Aug 10, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes to make this format again
parent
c2388a2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libdoctest.tex
Doc/lib/libdoctest.tex
+2
-2
No files found.
Doc/lib/libdoctest.tex
View file @
9d92d5a9
...
@@ -203,7 +203,7 @@ attempted.
...
@@ -203,7 +203,7 @@ attempted.
Only docstrings attached to objects belonging to module
\var
{
m
}
are
Only docstrings attached to objects belonging to module
\var
{
m
}
are
searched.
searched.
Return
\code
{
(
#failures, #tests
)
}
.
Return
\code
{
(
\var
{
failure
_
count
}
,
\var
{
test
_
count
}
)
}
.
Optional argument
\var
{
name
}
gives the name of the module; by default,
Optional argument
\var
{
name
}
gives the name of the module; by default,
or if
\code
{
None
}
,
\code
{
\var
{
m
}
.
__
name
__}
is used.
or if
\code
{
None
}
,
\code
{
\var
{
m
}
.
__
name
__}
is used.
...
@@ -286,7 +286,7 @@ attempted.
...
@@ -286,7 +286,7 @@ attempted.
private according to Python's underscore naming convention.
private according to Python's underscore naming convention.
\deprecated
{
2.4
}{
\var
{
isprivate
}
was a stupid idea -- don't use it.
\deprecated
{
2.4
}{
\var
{
isprivate
}
was a stupid idea -- don't use it.
If you need to skip tests based on name, filter the list returned by
If you need to skip tests based on name, filter the list returned by
\code
{
\class
{
DocTestFinder.find()
}
instead.
}
\code
{
DocTestFinder.find()
}
instead.
}
% """ [XX] This is no longer true:
% """ [XX] This is no longer true:
% Advanced tomfoolery: testmod runs methods of a local instance of
% Advanced tomfoolery: testmod runs methods of a local instance of
...
...
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