Changes between Initial Version and Version 2 of Ticket #22945
- Timestamp:
- Jul 3, 2014, 1:21:50 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22945 – Description
initial v2 1 1 In any given app, creating a directory called 'tests' with an __init__.py file and a number of test_*.py files which contain TestCases, the testrunner errors when trying to load the 'tests' directory 2 2 3 {{{ 3 4 Traceback (most recent call last): 4 5 File "/Applications/PyCharm.app/helpers/pycharm/django_test_manage.py", line 127, in <module> … … 31 32 raise ImportError(msg % (mod_name, module_dir, expected_dir)) 32 33 ImportError: 'tests' module incorrectly imported from '/Users/gene/Python/dd_django/pacer/tests'. Expected '/Users/gene/Python/dd_django/pacer'. Is this module globally installed? 34 }}}