Changes between Initial Version and Version 1 of Ticket #16217


Ignore:
Timestamp:
Jun 10, 2011, 1:03:46 PM (13 years ago)
Author:
Ramiro Morales
Comment:

Duplicate of #12658.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16217

    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #16217 – Description

    initial v1  
    1 I have an application whose models module is a directory with models/__init__.py
     1I have an application whose models module is a directory with `models/__init__.py`
    22
    33That applications tests were mysteriously not being found or run when doing "./manage.py test".
     
    1111}}}
    1212
    13 Unfortunately, my app module file was models/__init__.pyc, so that code looked for the module within the models directory.
     13Unfortunately, my app module file was `models/__init__.pyc`, so that code looked for the module within the models directory.
    1414
    15 I don't understand the relationship between __import__ and find_module well enough to know what the fix it.
     15I don't understand the relationship between `__import__` and find_module well enough to know what the fix it.
Back to Top