index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
unittest.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation updates for issues 8302 and 8351 (truncating excessive diffs in...
Michael Foord
2010-06-05
1
-2/+21
*
Fix typo.
Stefan Krah
2010-05-19
1
-1/+1
*
Consolidate deprecation messages.
Georg Brandl
2010-05-10
1
-2/+1
*
Updating documentation and adding docstrings to unittest.TestCase.assertRegex...
Michael Foord
2010-05-08
1
-3/+3
*
Documenting test discovery from package name and potential problems with test...
Michael Foord
2010-05-08
1
-0/+21
*
Markup fix; clarify by adding 'in that order'
Andrew M. Kuchling
2010-04-30
1
-2/+3
*
Fix typos
Andrew M. Kuchling
2010-04-30
1
-1/+1
*
Fix doubled 'the'.
Andrew M. Kuchling
2010-04-29
1
-16/+16
*
Adding versionadded to various new unittest functions in documentation
Michael Foord
2010-04-26
1
-0/+8
*
Adding unittest.removeHandler function / decorator for removing the signal.SI...
Michael Foord
2010-04-25
1
-2/+25
*
typo
Barry Warsaw
2010-04-12
1
-1/+1
*
#8360: skipTest was added in 2.7.
Georg Brandl
2010-04-10
1
-0/+2
*
Correction of unittest documentation typos and omissions
Michael Foord
2010-04-08
1
-3/+3
*
Further documentation fix for unittest.rst
Michael Foord
2010-04-05
1
-1/+1
*
Furterh documentation fix for unittest.rst
Michael Foord
2010-04-05
1
-1/+1
*
Documentation fixes for unittest
Michael Foord
2010-04-05
1
-7/+8
*
Document signal handling functions in unittest.rst
Michael Foord
2010-04-05
1
-8/+33
*
Adding documentation for new unittest.main() parameters
Michael Foord
2010-04-04
1
-3/+7
*
unittest documentation formatting changes
Michael Foord
2010-04-04
1
-13/+37
*
Documenting new features in unittest
Michael Foord
2010-04-03
1
-6/+168
*
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...
Michael Foord
2010-03-20
1
-14/+16
*
Improve the basic example.
Raymond Hettinger
2010-03-09
1
-3/+7
*
Pep8ify test names in the examples.
Ezio Melotti
2010-02-28
1
-17/+17
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
1
-9/+19
*
Doc fix for unittest.
Michael Foord
2010-02-08
1
-2/+3
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
1
-4/+10
*
Rename "exc_value" attribute on assertRaises context manager to "exception".
Georg Brandl
2010-02-07
1
-2/+2
*
#7864: make deprecation notices a bit clearer.
Georg Brandl
2010-02-06
1
-7/+7
*
Minor doc change.
Michael Foord
2010-02-05
1
-1/+1
*
Adding versionadded to test skipping section of unittest documentation.
Michael Foord
2010-02-05
1
-3/+2
*
Example of using assertRaises as a context manager in the unittest documentat...
Michael Foord
2010-02-05
1
-2/+8
*
Closes issue 7030.
Michael Foord
2010-02-05
1
-1/+5
*
Use correct assert* methods in the examples.
Ezio Melotti
2010-02-04
1
-10/+10
*
Minor modification to unittest documentation.
Michael Foord
2010-01-31
1
-3/+3
*
#7765: typos
Ezio Melotti
2010-01-27
1
-3/+3
*
remove wrong markup
Ezio Melotti
2010-01-16
1
-1/+1
*
#7388: "python".capitalize() in the Doc
Ezio Melotti
2009-12-19
1
-2/+2
*
#7031: Add TestCase.assertIsInstance and negated method.
Georg Brandl
2009-10-01
1
-0/+16
*
Documentation improvement for load_tests protocol in unittest. Issue 6515.
Michael Foord
2009-09-27
1
-0/+5
*
Remove an extraneous space in unittest documentation.
Michael Foord
2009-09-13
1
-1/+1
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
1
-1/+6
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
1
-0/+6
*
issue 6275
Kristján Valur Jónsson
2009-08-27
1
-0/+4
*
Fixed defaultTestCase -> defaultTestResult
Ezio Melotti
2009-06-30
1
-2/+2
*
Fix markup.
Georg Brandl
2009-05-31
1
-6/+3
*
Rewrap a few long lines.
Georg Brandl
2009-05-30
1
-35/+38
*
Move the basic examples section back to the beginning.
Raymond Hettinger
2009-05-29
1
-63/+67
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
1
-14/+153
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-21/+5
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-3/+33
[next]