﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14699	FormWizard tests are scattered between two test modules	Luke Plant	nobody	"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.
"	Cleanup/optimization	closed	Testing framework	1.2	Normal	fixed			Accepted	0	0	0	0	0	0
