cpython/Lib/test/test_importlib
Brett Cannon 7a34f02f9e Way too many places create modules temporarily that never set
__loader__ for this test to succeed without a major changes. It also
doesn't test the original issue of modules imported by Py_Initialize()
having __loader__ set (the rest of the test covers that).
2013-02-03 16:16:07 -05:00
..
builtin
extension Issue #15576: Allow extension modules to be a package's __init__ 2012-08-10 13:47:54 -04:00
frozen
import_ Issue #16793. Replace deprecated unittest asserts with modern counterparts. 2012-12-28 00:34:57 +02:00
source Issue #16730: Don't raise an exception in 2013-01-11 15:40:12 -05:00
__init__.py Remove a relative import that escaped test.test_importlib. 2012-07-21 09:54:58 -04:00
__main__.py
abc.py
regrtest.py
test_abc.py Issue #15502: Finish bringing importlib.abc in line with the current 2012-08-10 12:21:12 -04:00
test_api.py Way too many places create modules temporarily that never set 2013-02-03 16:16:07 -05:00
test_locks.py Issue #15794: Relax a test case due to the deadlock detection's conservativeness. 2012-08-28 20:10:18 +02:00
test_util.py
util.py