﻿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
15828	multiple inheritance in TestCases does not work with unittest2	Ricardo Kirkner	nobody	"Using multiple base testcases used to work in django 1.1 but stopped working in django 1.3, due to the introduction of unittest2.

In django.utils.unittest you can see that TestClass.setUp doesn't call super. This breaks the mro chain call, preventing further bases classes from getting initialized.

A bug has been filed about this on unittest2: https://code.google.com/p/unittest-ext/issues/detail?id=61"	Bug	closed	Testing framework	1.3	Release blocker	fixed	unittest2		Accepted	0	0	0	0	0	0
