On Thu, Mar 5, 2009 at 12:17 PM, saeb <sridevi.ma...@gmail.com> wrote:

>
> Sorry for multiple posts
>
>
>
> On Mar 5, 11:16 am, saeb <sridevi.ma...@gmail.com> wrote:
> > 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
> >
>

Does your application have a models.py file?  Django needs one for the test
runner to see the tests.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

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

Reply via email to