Commit 97995d66 authored by Stefan Behnel's avatar Stefan Behnel

extend test

parent 86f98b0e
......@@ -46,6 +46,10 @@ MODULE = 'b'
PACKAGE = 2
from . import a
assert a.__name__ == 'toppkg.subpkg.a'
assert a.MODULE == 'subpkg.a'
######## toppkg/subpkg/a.py ########
MODULE = 'subpkg.a'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment