index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
test
/
test_runner.py
Commit message (
Expand
)
Author
Age
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
*
Fix ResourceWarning in test_unittest when interrupted
Victor Stinner
2016-03-30
*
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins
2015-03-06
*
#22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.
Ezio Melotti
2014-08-07
*
Issue #19013: add unittest.main() epilogs to unittest's own test modules
Antoine Pitrou
2013-09-13
*
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
Łukasz Langa
2013-04-24
|
\
|
*
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
Łukasz Langa
2013-04-24
*
|
Issue #16997: unittest.TestCase now provides a subTest() context manager to p...
Antoine Pitrou
2013-03-20
|
/
*
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ ...
Michael Foord
2012-09-28
*
Issue 10786: unittest.TextTestRunner default stream no longer bound at import...
Michael Foord
2010-12-30
*
Issue 10611. Issue 9857. Improve the way exception handling, including test s...
Michael Foord
2010-12-19
*
Fix test failure in debug builds and add NEWS entry for r86908
Ezio Melotti
2010-12-01
*
#10535: Enable silenced warnings in unittest by default
Ezio Melotti
2010-12-01
*
Merged revisions 81853 via svnmerge from
Michael Foord
2010-06-10
*
Merged revisions 80920 via svnmerge from
Michael Foord
2010-05-07
*
Breaking test_unittest.py into a package. Manual merge of revision 79432.
Michael Foord
2010-03-27