#14699: FormWizard tests are scattered between two test modules
-------------------------------+--------------------------------------------
 Reporter:  lukeplant          |       Owner:  nobody    
   Status:  new                |   Milestone:            
Component:  Testing framework  |     Version:  1.2       
 Keywords:                     |       Stage:  Unreviewed
Has_patch:  0                  |  
-------------------------------+--------------------------------------------
 Tests for these classes are found in regressiontests/formwizard and in
 django/contrib/formtools/tests with significant overlap, which appears to
 be an accident - from [10316] it seems that Jacob didn't realise that
 there were already some `FormWizard` tests added in [8603].

 All the tests should be moved to django/contrib/formtools to make it easy
 to find them.

 The only difficult thing is deciding how to merge them - they overlap
 significantly.  It is probably best to:

  * copy some of the details of the regressiontests/forms.py to the contrib
 tests (the `NullBooleanField` is required to check #9473)
  * bulk out the contrib tests to do a complete walk-though like the
 regressiontests.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14699>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to