Factor out helper code from importlib.test.extension.test_path_hook.

This commit is contained in:
Brett Cannon 2009-02-07 02:06:43 +00:00
parent 36d1f3eb41
commit 534b2cd176
6 changed files with 21 additions and 42 deletions

View file

@ -1,8 +1,6 @@
to do
/////
* Extract test_path_hooks constants into a util module for extension testing.
* Backport a poor-man's functools.wraps.
* Implement PEP 302 protocol for loaders (should just be a matter of testing).