﻿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
19941	Make running django's test suite easier	Anssi Kääriäinen	nobody	"Two suggested changes to tests/runtests.py:
  1. Automatically use tests/../django as the Django version.
  2. If no other settings given (either through --settings or DJANGO_SETTINGS_MODULE) then use test_sqlite as settings

Both of the above changes are available from: https://github.com/akaariai/django/compare/test_auto_settings

The first item raises a question: is there some use case where one wants to run tests against *different* django version? To me it seems one wouldn't want to do this, the tests are tied to specific django version.

I can't see any drawback by doing the second item."	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed		timograham@… Florian Apolloner	Accepted	1	0	0	0	0	0
