]> granicus.if.org Git - python/commit
Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modul...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 11 Apr 2009 13:31:31 +0000 (13:31 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 11 Apr 2009 13:31:31 +0000 (13:31 +0000)
commitcd2e7042ae7d2ebd27c26c36aef9b761b1f9d22f
tree43881c01cee15dd9699c1153de28fda0d3d275b3
parentb524825788847ac28d0bb56ea3c33d52bfe6798d
Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks
Doc/library/test.rst
Lib/test/test_heapq.py
Lib/test/test_support.py
Lib/test/test_warnings.py