﻿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
12932	Django Test runner suite_result should be passed in the suite.	Eric Holscher	nobody	"I have a use case where I want need the suite in the use of reporting the result. Currently I have to subclass all of run_tests to get at it:

http://github.com/ericholscher/pony_utils/blob/50355eaab2ae42e327a06380d975fae9ab33e19b/pony_utils/django/test_runner.py#L16

It also seems like allowing some (or all) of these functions should take **kwargs, so that when we find stuff like this in the future it doesn't break backwards compatibility. Stuff like setup_test_environment might not, because it's just a basic wrapper, but it seems like a good future-proofing step.

Attached is a patch that does this."		closed	Testing framework	dev		fixed			Accepted	0	0	0	0	0	0
