﻿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
6298	Include sample settings file(s) to run django unit tests i.e. make running unit tests easier	curtis@…	Karen Tracey	"Currently, running unit tests require a little bit of setup that in many cases (the most common case?)  isn't needed.  If sqlite3 is installed and no settings file is defined, this patch sets up a fake settings module with which to run the tests.  In addition, it tries to use the version of django associated (checked out) with the tests and displays the path of the version being used.  

This patch would allow someone to quickly checkout and run the tests for e.g.:

{{{
svn co http://code.djangoproject.com/svn/django/trunk/ django-trunk
curtis$ python django-trunk/tests/runtests.py

Running tests against /Users/curtis/Projects/django-trunk/django
----------------------------------------------------------------------
Ran 226 tests in 68.040s

OK
}}}
"		closed	Testing framework	dev		fixed		Tobias McNulty	Accepted	1	0	0	1	0	0
