Added tests for the import hook and fixed a problem with it.

This commit is contained in:
Armin Ronacher 2011-09-18 02:10:10 +02:00
parent 8f85a3b0d1
commit c72ca16234
5 changed files with 89 additions and 16 deletions

View file

@ -0,0 +1 @@
ext_id = 'newext_package'

View file

@ -0,0 +1,2 @@
def test_function():
return 42

View file

@ -0,0 +1 @@
ext_id = 'newext_simple'