﻿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
11627	Allow users to run individual test suites using manage.py	Manoj Govindan <egmanoj@…>	Filip Gruszczyński	"Django recognizes unit tests grouped into test suites (`unittest.TestSuite` instances).  However users cannot run individual test suites using manage.py. Allow users to run individual test suites.

Something like this:

{{{
python ./manage.py test my_app.feature_foo_test_suite
}}}
"	New feature	closed	Testing framework	dev	Normal	duplicate		egmanoj@…	Accepted	0	0	0	1	0	0
