Benjamin Peterson
|
097aafdde6
|
fix consistency
|
2009-03-29 03:39:58 +00:00 |
Benjamin Peterson
|
7233acc5c5
|
stop the versionchanged directive from hiding the docs
|
2009-03-29 03:31:40 +00:00 |
Benjamin Peterson
|
be76d4caed
|
a more realistic example
|
2009-03-29 03:16:57 +00:00 |
Benjamin Peterson
|
47d9738b0f
|
rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571
|
2009-03-26 20:05:50 +00:00 |
Raymond Hettinger
|
21b617bd98
|
Add links to related resources.
|
2009-03-24 00:17:11 +00:00 |
Benjamin Peterson
|
31b7806ee8
|
forgot to document that setUp can be skipped (silly me...)
|
2009-03-23 23:13:36 +00:00 |
Benjamin Peterson
|
99721e0c44
|
refactor unittest docs
|
2009-03-23 23:10:14 +00:00 |
Benjamin Peterson
|
cb2b0e45d4
|
comply with the evilJavaNamingScheme for attribute names
It seems my love of PEP 8 overrode the need for consistentcy
|
2009-03-23 22:29:45 +00:00 |
Benjamin Peterson
|
692428e77f
|
implement test skipping and expected failures
patch by myself #1034053
|
2009-03-23 21:50:21 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Antoine Pitrou
|
cc928de44f
|
wrong version number in doc changes committed in r67979
|
2008-12-28 14:24:29 +00:00 |
Antoine Pitrou
|
697ca3d0cb
|
Issue #4444: Allow assertRaises() to be used as a context handler.
|
2008-12-28 14:09:36 +00:00 |
Georg Brandl
|
4517323df8
|
#3912: document default for *places* arg.
|
2008-09-21 07:15:59 +00:00 |
Georg Brandl
|
bc04346446
|
#2757: Remove spare newline.
|
2008-05-04 15:45:05 +00:00 |
Georg Brandl
|
c557db5268
|
#2249: document assertTrue and assertFalse.
|
2008-03-09 15:11:39 +00:00 |
Georg Brandl
|
586edab279
|
#1467: fix documentation for TestResult.add{Error,Failure}.
|
2007-11-24 11:39:13 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |