Initial take on importlib.test.loader_tests.

This commit is contained in:
Brett Cannon 2009-01-27 02:39:33 +00:00
parent 73662a54f5
commit a74ccea968
2 changed files with 66 additions and 8 deletions

View file

@ -1,15 +1,12 @@
to do
/////
* Standardized loader tests.
* Use test.loader_tests
+ Create test.loader_tests.
+ Use
- builtin
- frozen
- extension
-source
+ builtin
+ frozen
+ extension
+ source
* Reorganize support code.