GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
unittest.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #20030: doc that TestLoader.discover returns a TestSuite.
R David Murray
2014-03-11
1
-5
/
+5
|
\
|
*
#20030: doc that TestLoader.discover returns a TestSuite.
R David Murray
2014-03-11
1
-5
/
+5
|
*
do not line break reference
Benjamin Peterson
2014-02-16
1
-7
/
+7
*
|
whatsnew: unittest discover works on namespace packages (#17457).
R David Murray
2014-03-01
1
-9
/
+12
*
|
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
|
\
|
|
*
#18663: document that assertAlmostEqual also works when the values are equal ...
Ezio Melotti
2013-08-11
1
-1
/
+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-30
1
-3
/
+3
|
\
|
|
*
Issue #18573: More copy-paste fixes to assertWarns entry.
Terry Jan Reedy
2013-07-30
1
-3
/
+3
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-27
1
-1
/
+1
|
\
|
|
*
Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.
Terry Jan Reedy
2013-07-27
1
-1
/
+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-29
1
-1
/
+1
|
\
|
|
*
Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.
Terry Jan Reedy
2013-06-29
1
-1
/
+1
*
|
#17871: merge with 3.3.
Ezio Melotti
2013-05-07
1
-1
/
+2
|
\
|
|
*
#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh C...
Ezio Melotti
2013-05-07
1
-1
/
+2
*
|
#17329: merge with 3.3.
Ezio Melotti
2013-03-27
1
-6
/
+13
|
\
|
|
*
#17329: merge with 3.2.
Ezio Melotti
2013-03-27
1
-3
/
+10
|
|
\
|
|
*
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti
2013-03-27
1
-3
/
+10
*
|
|
Issue #16997: unittest.TestCase now provides a subTest() context manager to p...
Antoine Pitrou
2013-03-20
1
-0
/
+93
*
|
|
Closes issue 16709. unittest test discovery sorts test files for consistent t...
Michael Foord
2013-03-18
1
-0
/
+5
*
|
|
Merge markup fixes in unittest doc from 3.3.
Ezio Melotti
2013-03-01
1
-4
/
+4
|
\
|
|
|
*
|
Merge markup fixes in unittest doc from 3.2.
Ezio Melotti
2013-03-01
1
-4
/
+4
|
|
\
|
|
|
*
Fix markup in unittest doc.
Ezio Melotti
2013-03-01
1
-4
/
+4
*
|
|
#16935: unittest now counts the module as skipped if it raises SkipTest, inst...
Ezio Melotti
2013-03-01
1
-1
/
+7
*
|
|
Merge markup fixes in unittest docs from 3.3.
Ezio Melotti
2013-02-28
1
-3
/
+3
|
\
|
|
|
*
|
Merge markup fixes in unittest docs from 3.2.
Ezio Melotti
2013-02-28
1
-3
/
+3
|
|
\
|
|
|
*
Fix markup in unittest docs.
Ezio Melotti
2013-02-28
1
-3
/
+3
*
|
|
Add a "Changed in version" to the docs for issue #15132.
Chris Jerdonek
2013-02-23
1
-0
/
+4
|
/
/
*
|
Issue #17203: add long option names to unittest discovery docs.
Chris Jerdonek
2013-02-21
1
-3
/
+3
|
\
|
|
*
Issue #17203: add long option names to unittest discovery docs.
Chris Jerdonek
2013-02-21
1
-3
/
+3
*
|
Remove cruft and circumvolutions from the unittest docs.
Antoine Pitrou
2013-01-20
1
-197
/
+56
*
|
merge from 3.2
Senthil Kumaran
2012-10-27
1
-3
/
+4
|
\
|
|
*
Include mention of jenkins as an example framework for doing CI
Senthil Kumaran
2012-10-27
1
-3
/
+4
[next]