﻿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
10165	Honor TEST_RUNNER setting on runtests.py	Leo Soto M.		"When running Django on Jython, we like to use a custom test runner to run the Django test suite. Unfortunately, runtests is hardcoded to use the simple runner bundled with Django.

It could be argued that I can always write my own runtests.py, but runtests itself is clearly not API-oriented and at least the whole `django_tests` function should be duplicated. 

The attached patch is quite non-invasive and uses the runner specified on the settings, just as the ""test"" management command does."		closed	Testing framework	1.0		fixed			Accepted	1	0	0	0	0	0
