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, > > > >

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 = {'HTTP_X_REQUESTED_WITH':'