Hi Diogo,

I had the same problem (and so did others as I found out). As far as I
am aware, there isn't a decent solution. Roberto's approach would
work, alternatively I always ended up creating an app "test" in my
project where I then write the tests in.

Best regards,
Christoph

On Oct 9, 12:07 am, Roberto Benitez <robe...@benitez.ca> wrote:
> One thing you can do is to call your "out of django" app test process from
> one of your django app test modules.
> Roberto
>
> On Fri, Oct 8, 2010 at 11:00 PM, diogobaeder <diogobae...@gmail.com> wrote:
> > Hi there,
>
> > I know that the testing facilities from Django read "test" modules
> > inside all the installed apps, but is there a way to include a test
> > from outside the apps, for example a "test" module located in the
> > project root?
>
> > I'm trying to do this so that I can build an end-to-end test that
> > involves all the applications.
>
> > Thanks!
>
> > Diogo
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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