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
*
#19006: fix wording in unittest docs.
Ezio Melotti
2016-01-12
1
-3/+4
*
merge 3.4 (#26046)
Benjamin Peterson
2016-01-08
1
-1/+1
|
\
|
*
fix typo in unittest docs (closes #26046)
Benjamin Peterson
2016-01-08
1
-1/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
|
\
\
|
|
/
|
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
*
|
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
1
-2/+2
|
\
\
|
|
/
|
*
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
1
-2/+2
*
|
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Robert Collins
2015-07-22
1
-4/+8
|
\
\
|
|
/
|
*
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Robert Collins
2015-07-22
1
-4/+8
*
|
Merge: #24584: replace dead link with pointer to archive.org.
R David Murray
2015-07-04
1
-1/+1
|
\
\
|
|
/
|
*
#24584: replace dead link with pointer to archive.org.
R David Murray
2015-07-04
1
-1/+1
*
|
#11468: merge with 3.4.
Ezio Melotti
2015-03-24
1
-37/+28
|
\
\
|
|
/
|
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
1
-37/+28
*
|
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins
2015-03-06
1
-6/+19
*
|
Issue #23125: Update nose project page link.
Berker Peksag
2014-12-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23125: Update nose project page link.
Berker Peksag
2014-12-28
1
-1/+1
*
|
Close #22457: Honour load_tests in the start_dir of discovery.
Robert Collins
2014-11-04
1
-1/+5
*
|
Close #7559: ImportError when loading a test now shown as ImportError.
Robert Collins
2014-10-29
1
-0/+6
*
|
merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
1
-1/+1
*
|
Merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
|
*
Closes #18729: minor markup improvement.
Georg Brandl
2014-10-02
1
-1/+1
*
|
Close #19746: expose unittest discovery errors on TestLoader.errors
Robert Collins
2014-10-20
1
-0/+14
*
|
- Issue #16662: load_tests() is now unconditionally run when it is present in
Barry Warsaw
2014-09-08
1
-28/+39
|
/
*
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
1
-7/+7
*
Issue #21170: Removed invalid parameter names from unittest doc.
Terry Jan Reedy
2014-04-11
1
-2/+2
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-14/+17
*
Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.
Larry Hastings
2014-02-10
1
-7/+7
*
merge from 3.3
Senthil Kumaran
2014-02-08
1
-7/+8
|
\
|
*
Include the mention of ResourceWarning being displayed by default by the test...
Senthil Kumaran
2014-02-08
1
-7/+8
*
|
Fixes Issue #20165: The unittest module no longer considers tests marked with
Gregory P. Smith
2014-01-20
1
-0/+4
*
|
whatsnew: unittest import time SkipTest reported as skip not error.
R David Murray
2014-01-03
1
-2/+3
*
|
Merge and update #17282: Document unittest.main defaultTest argument.
R David Murray
2014-01-02
1
-0/+5
|
\
\
|
|
/
|
*
#17282: Document unittest.main defaultTest argument.
R David Murray
2014-01-02
1
-0/+4
*
|
Closes issue 20031. Document unittest.TextTestRunner.run method.
Michael Foord
2013-12-29
1
-0/+8
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
1
-2/+2
*
|
Address Terry's comments
Antoine Pitrou
2013-09-15
1
-2/+5
*
|
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...
Antoine Pitrou
2013-09-14
1
-0/+41
*
|
#18951: merge with 3.3.
Ezio Melotti
2013-09-13
1
-6/+6
|
\
\
|
|
/
|
*
#18951: use consistent names in unittest docs.
Ezio Melotti
2013-09-13
1
-6/+6
*
|
#18895: merge with 3.3.
Ezio Melotti
2013-09-07
1
-1/+1
|
\
\
|
|
/
|
*
#18895: split a sentence in unittest docs.
Ezio Melotti
2013-09-07
1
-1/+1
*
|
#18894: merge with 3.3.
Ezio Melotti
2013-09-07
1
-2/+1
|
\
\
|
|
/
|
*
#18894: remove mention of deprecated fail* methods.
Ezio Melotti
2013-09-07
1
-2/+1
*
|
Issue #11798: TestSuite now drops references to own tests after execution.
Andrew Svetlov
2013-08-28
1
-3/+12
*
|
#18663: merge with 3.3.
Ezio Melotti
2013-08-11
1
-1/+1
|
\
\
|
|
/
[next]