Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a68cad13aee2f3df45bde6f3217c02b9b270d2e5
/
Doc
/
library
/
unittest.rst
176a56c
make class skipping decorators the same as skipping every test of the class
by Benjamin Peterson
· 16 years ago
5d31e05
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes
by Michael Foord
· 16 years ago
07ef487
by Michael Foord
· 16 years ago
e2fb98f
Add addCleanup and doCleanups to unittest.TestCase.
by Michael Foord
· 16 years ago
829f6b8
Adds an exit parameter to unittest.main(). If False main no longer
by Michael Foord
· 16 years ago
9bc6682
#5848: small unittest doc patch.
by Georg Brandl
· 16 years ago
16a57f6
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
by Georg Brandl
· 16 years ago
64034bb
#5834: use "failure" instead of "error" because the two have different meanings in unittest context.
by Georg Brandl
· 16 years ago
5963185
Typo fixes
by Andrew M. Kuchling
· 16 years ago
f2dfef1
Adding assertIs and assertIsNot methods to unittest.TestCase
by Michael Foord
· 16 years ago
345b2fe
Better exception messages for unittest assert methods.
by Michael Foord
· 16 years ago
65ff005
Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
by Gregory P. Smith
· 16 years ago
2839985
The unittest.TestCase.assertEqual() now displays the differences in lists,
by Gregory P. Smith
· 16 years ago
097aafd
fix consistency
by Benjamin Peterson
· 16 years ago
7233acc
stop the versionchanged directive from hiding the docs
by Benjamin Peterson
· 16 years ago
be76d4c
a more realistic example
by Benjamin Peterson
· 16 years ago
47d9738
rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571
by Benjamin Peterson
· 16 years ago
21b617b
Add links to related resources.
by Raymond Hettinger
· 16 years ago
31b7806
forgot to document that setUp can be skipped (silly me...)
by Benjamin Peterson
· 16 years ago
99721e0
refactor unittest docs
by Benjamin Peterson
· 16 years ago
cb2b0e4
comply with the evilJavaNamingScheme for attribute names
by Benjamin Peterson
· 16 years ago
692428e
implement test skipping and expected failures
by Benjamin Peterson
· 16 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
cc928de
wrong version number in doc changes committed in r67979
by Antoine Pitrou
· 17 years ago
697ca3d
Issue #4444: Allow assertRaises() to be used as a context handler.
by Antoine Pitrou
· 17 years ago
4517323
#3912: document default for *places* arg.
by Georg Brandl
· 17 years ago
bc04346
#2757: Remove spare newline.
by Georg Brandl
· 17 years ago
c557db5
#2249: document assertTrue and assertFalse.
by Georg Brandl
· 17 years ago
586edab
#1467: fix documentation for TestResult.add{Error,Failure}.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago