﻿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
19192	DjangoTestSuiteRunner cannot run with dummy database backend	Claude Paroz	Jan Bednařík	"(from https://code.djangoproject.com/ticket/18575#comment:9)

To support Django app testing without requiring a database, one can omit the DATABASES setting so as the default dummy backend is configured. Unfortunately, `DjangoTestSuiteRunner` does not support this configuration, as it raises `ImproperlyConfigured` at the time the `connection.creation.create_test_db` is called."	Bug	closed	Testing framework	1.4	Normal	fixed			Accepted	1	0	0	0	0	0
