This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 15:12:20 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d21357fb5d15dcebb790a0594de3c7afddd8493
cpython
/
Lib
/
unittest
T
History
Antoine Pitrou
9681022f1e
Issue
#9815
: assertRaises now tries to clear references to local variables in the exception's traceback.
2014-04-29 01:23:50 +02:00
..
test
Issue
#9815
: assertRaises now tries to clear references to local variables in the exception's traceback.
2014-04-29 01:23:50 +02:00
__init__.py
…
__main__.py
…
case.py
Issue
#9815
: assertRaises now tries to clear references to local variables in the exception's traceback.
2014-04-29 01:23:50 +02:00
loader.py
…
main.py
…
mock.py
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
2014-04-15 17:21:08 -04:00
result.py
Fixes Issue
#20165
: The unittest module no longer considers tests marked with
2014-01-20 01:11:18 -08:00
runner.py
…
signals.py
…
suite.py
Fix breakage in TestSuite.countTestCases() introduced by issue
#11798
.
2013-12-28 20:37:58 +01:00
util.py
…