summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/importlib/NOTES11
1 files changed, 9 insertions, 2 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index d607449..68e24fd 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -1,8 +1,15 @@
to do
/////
-* Create reasonable base tests that all finders and loaders must pass so
- that various implementations can just subclass as needed.
+* Standardized loader tests.
+
+ + Create test.loader_tests.
+ + Use
+
+ - builtin
+ - frozen
+ - extension
+ -source
* Reorganize support code.