#19192: DjangoTestSuiteRunner cannot run with dummy database backend
---------------------------------------------+------------------------
               Reporter:  claudep            |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  Testing framework  |        Version:  1.4
               Severity:  Normal             |       Keywords:
           Triage Stage:  Accepted           |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+------------------------
 (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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19192>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to