cpython/Lib/unittest
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject,
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
have been modified to provide introspection information for builtins.
Also: many additional Lib, test suite, and Argument Clinic fixes.
2014-01-24 06:17:25 -08:00
..
test Fixes Issue #20165: The unittest module no longer considers tests marked with 2014-01-20 01:11:18 -08:00
__init__.py
__main__.py
case.py
loader.py
main.py
mock.py Issue #20189: Four additional builtin types (PyTypeObject, 2014-01-24 06:17:25 -08: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
util.py