﻿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
19885	Make all testing tools importable from django.test	Anssi Kääriäinen	Kevin Christopher Henry	"Currently it is nearly impossible to remember which module has which testing item. For example:
  - expectedFailure, skipUnlessDBFeature, ... is from django.test
  - skipIf is from django.utils.unittest
  - override_setting is from django.test.utils
  - parse_html from django.test.html

I can't remember where to import these. I will always do a git grep in the test directory to see the correct import location. I would like to be able to import everything from django.test. Or at least django.utils.unittest.* + override_settings.

Is there some reason for the current split?"	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	0	0	0
