My project is divided into 3 apps, and all 3 apps have a "tests.py"
file. When I run manage.py test, none of the tests run. But if I run
manage.py test app1.TestCase1.test1 , it runs fine. For some reason
django is unable to find app tests. I have all the apps in
INSTALLED_APPS. What am I missing?

Thanks,
saeb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to