Opened 5 months ago

Last modified 5 months ago

#36330 closed New feature

Allow specifying DATABASES["default"]["TEST"]["ENGINE"] — at Initial Version

Reported by: Collin Anderson Owned by:
Component: Testing framework Version: 5.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top