Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cdf1ebd8feff4b1d9410f10a7c7c51a7cecad65a
/
Lib
/
test
/
test_imp.py
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
9039b83
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
by Nick Coghlan
· 16 years ago
788d766
Avoid replacing existing modules and sys.path in import tests
by Nick Coghlan
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
631be01
Issue #3806: LockTests in test_imp should be skipped when thread is not available.
by Hirokazu Yamamoto
· 17 years ago
3aa2a49
Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in
by Brett Cannon
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
373d90b
Convert test_imp over to unittest.
by Brett Cannon
· 19 years ago
94eaee6
Skip test_imp if threading is not available.
by Brett Cannon
· 21 years ago
579bed7
Rewrote. As reported on c.l.py, when the test suite is run via
by Tim Peters
· 22 years ago
3b8fb47
Import test_support properly
by Neal Norwitz
· 22 years ago
996acf1
Actually run these tests from regrtest.py.
by Neal Norwitz
· 22 years ago
2294c0d
Cleanup from patch #683257:
by Neal Norwitz
· 22 years ago