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
997e6c1d
Commit
997e6c1d
authored
Jan 12, 2016
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
#19006: merge with 3.5.
parents
e2c9adb0
f418db2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/library/unittest.rst
Doc/library/unittest.rst
+4
-3
No files found.
Doc/library/unittest.rst
View file @
997e6c1d
...
...
@@ -762,8 +762,9 @@ Test cases
.. _assert-methods:
The :class:`TestCase` class provides a number of methods to check for and
report failures, such as:
The :class:`TestCase` class provides several assert methods to check for and
report failures. The following table lists the most commonly used methods
(see the tables below for more assert methods):
+-----------------------------------------+-----------------------------+---------------+
| Method | Checks that | New in |
...
...
@@ -884,7 +885,7 @@ Test cases
It is also possible to check the production of exceptions, warnings and
It is also possible to check the production of exceptions, warnings
,
and
log messages using the following methods:
+---------------------------------------------------------+--------------------------------------+------------+
...
...
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