﻿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
36330	"Allow specifying DATABASES[""default""][""TEST""][""ENGINE""] and [""TEST""][""OPTIONS""]"	Collin Anderson		"Would be nice to be able to set `DATABASES[""default""][""TEST""][""ENGINE""] = ""django.db.backends.sqlite3""` for running tests in an in-memory database.

See also #30084: Setting `DATABASES['default']['TEST']['engine']` to SQLite does not cause Django to use an in-memory database as expected

In my case I'd also need to set `DATABASES[""default""][""TEST""][""OPTIONS""] = {}` because I don't want to pass those options to sqlite.

`ENGINE` and `OPTIONS` aren't options here:
https://docs.djangoproject.com/en/dev/ref/settings/#std-setting-DATABASE-TEST
"	New feature	new	Testing framework	5.2	Normal				Unreviewed	0	0	0	0	0	0
