-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Description
Currently have to do: nosetests-2.7 test_analysis.py:Test_Helanal
and not: nosetests-2.7 test_analysis:Test_Helanal
because of a relative import problem. Since the wiki docs advertise the version
without the .py, it is perhaps suitable to have a consistent policy on whether
we will allow Python relative imports in unit test modules. It seems that we
can mostly work around relative imports, except for things that were placed in
the testing __init__.py
Original issue reported on code.google.com by tyler.je.reddy@gmail.com
on 8 Jul 2014 at 7:39