Re: Testing FormWizard

2012-08-06 Thread jscn
On Tuesday, 7 August 2012 10:30:22 UTC+8, jscn wrote: > On Monday, 9 July 2012 16:43:19 UTC+8, James Rivett-Carnac wrote: > > > I am trying to write test cases for a django 1.4 CookieWizardView > > (django.contrib.formtools.wizard.views.CookieWizardView), and I'm not

Re: Testing FormWizard

2012-08-06 Thread jscn
On Monday, 9 July 2012 16:43:19 UTC+8, James Rivett-Carnac wrote: > I am trying to write test cases for a django 1.4 CookieWizardView > (django.contrib.formtools.wizard.views.CookieWizardView), and I'm not sure > how to handle sending multiple posts to the view. > > class TestWizardView(TestCas