Opened 8 years ago
Last modified 8 years ago
#28475 closed New feature
Allow user to skip test database creation per connection — at Initial Version
| Reported by: | Harry Moreno | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Adam Johnson | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I would like to specify in settings.py DATABASES variable that some database connection should be skipped for test database creation.
something like
# settings.py
DATABASES = {
'secondary': {
'TEST': {
'CREATE': False
}
}
}
Note:
See TracTickets
for help on using tickets.