Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
654ade3e6afa2527d1f642be28d69e219bd58b71
/
Doc
/
library
/
unittest.rst
5afe42b
remove wrong markup
by Ezio Melotti
· 16 years ago
062d2b5
#7388: "python".capitalize() in the Doc
by Ezio Melotti
· 16 years ago
f895cf5
#7031: Add TestCase.assertIsInstance and negated method.
by Georg Brandl
· 16 years ago
17565e5
Documentation improvement for load_tests protocol in unittest. Issue 6515.
by Michael Foord
· 16 years ago
dc0460a
Remove an extraneous space in unittest documentation.
by Michael Foord
· 16 years ago
e91ea56
Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
by Michael Foord
· 16 years ago
c3f7937
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
by Michael Foord
· 16 years ago
e2a7798
issue 6275
by Kristján Valur Jónsson
· 16 years ago
c2f5a59
Fixed defaultTestCase -> defaultTestResult
by Ezio Melotti
· 16 years ago
d198b76
Fix markup.
by Georg Brandl
· 16 years ago
2fcd173
Rewrap a few long lines.
by Georg Brandl
· 16 years ago
b09f198
Move the basic examples section back to the beginning.
by Raymond Hettinger
· 16 years ago
b4a81c8
Add test discovery to unittest. Issue 6001.
by Michael Foord
· 16 years ago
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