Re: Django Unit Test on urls / views

2010-07-14 Thread David P. Novakovic
Hi, This is the mailing list for discussion around developing the actual django framework, not the use of the framework. Your request would be better discussed over at django-users http://groups.google.com/group/django-users . Cheers, D On Wed, Jul 14, 2010 at 2:22 PM, Pradnya

Re: Django Unit Test on urls / views

2010-07-14 Thread Pradnya Pawar
Oh Thanks, I have moved it to Django Users Any clue / suggestions on the bug. Thanks & Regards Pradnya On Wed, Jul 14, 2010 at 12:25 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Wed, Jul 14, 2010 at 12:22 PM, Pradnya wrote: > > Hello, > > > > I am

Re: Django Unit Test on urls / views

2010-07-14 Thread Russell Keith-Magee
On Wed, Jul 14, 2010 at 12:22 PM, Pradnya wrote: > Hello, > > I am want to write django 1.1 test case on fedora 12 x86_64. > To test the url I want to session to be persistent so that the next > test can use the same context. I can use client.login() method becoz > in the

Django Unit Test on urls / views

2010-07-13 Thread Pradnya
Hello, I am want to write django 1.1 test case on fedora 12 x86_64. To test the url I want to session to be persistent so that the next test can use the same context. I can use client.login() method becoz in the application login is rewritten. If I directly use kwargs =