SIGN IN SIGN UP

This test previously failed when run from the 'test' directory. In that

case, the test module created is actually a sub-package of 'test', thus
the module is named 'test.areallylongpackage...' - this caused failure.

Replace the hard-coded module names with __name__ attributes, which
correctly reflects any hierarchy.
M
Mark Hammond committed
d800ae12f2efa048ee4e9c2558e646c9f3304022
Parent: 8834009