summaryrefslogtreecommitdiff
path: root/Lib/test/test_importlib/import_/test_fromlist.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-5/+5
* Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-071-5/+8
|\
| * Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-4/+8
| * Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-3/+2
* | Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-071-1/+1
|/
* Issue #19712: Update test.test_importlib.import_ to test/use PEP 451Brett Cannon2013-12-061-1/+1
* Issue #16803: test.test_importlib.import_ now tests frozen and source codeBrett Cannon2013-11-081-15/+18
* Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-4/+4
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-1/+0
* Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-4/+4
* Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-281-1/+1
* Closes issue #15111: Calling __import__ with a module specified inBrett Cannon2012-10-101-1/+14
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+114