﻿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
8363	Make it possible to specify tests to skip when running runtests.py	Ramiro Morales	Ramiro Morales	"Not a bug but a small enhancement to the test runner. It allows one to run, for example:

{{{
tests $ runtests.py --verbosity=2 -- -basic
}}}

to run all the Django test suite minus the {{{modeltests/basic}}} ones

or 

{{{
tests $ runtests.py -- -model_forms -dispatch
}}}

to run all the Django test suite minus {{{modeltests/model_forms}}} and {{{regressiontests/dispatch}}} ones.
"	New feature	closed	Testing framework	dev	Normal	wontfix		mmitar@…	Accepted	1	0	0	1	0	0
