﻿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
16185	Allow to override TEST_RUNNER setting with a command-line option to 'manage.py 'test'	Dmitry Jemerov	nobody	"In order to enable the integration of the Django test framework with IDE test runners, it's useful to be able to replace or decorate the test runner specified by the TEST_RUNNER setting in settings.py. Currently, the only way to do so is to provide our own settings.py which imports the user's settings.py and then changes the TEST_RUNNER setting. This is ugly and not always works.

A much preferred solution is to be able to override the test runner with a command line option passed to 'manage.py test'.

I've discussed this approach with russelm at the DjangoCon.EU sprint, and it was approved in general. "	New feature	closed	Testing framework	1.3	Normal	fixed		msiedlarek	Ready for checkin	1	0	0	0	0	0
