#16037: Multiple databases support for unit testing
-------------------------------------+-------------------------------------
 Reporter:  prudnikov                |          Owner:  nobody
     Type:  Bug                      |         Status:  new
Milestone:                           |      Component:  Database layer
  Version:  1.3                      |  (models, ORM)
 Keywords:  test, database,          |       Severity:  Normal
  fixtures                           |   Triage Stage:  Unreviewed
Has patch:  0                        |  Easy pickings:  0
-------------------------------------+-------------------------------------
 I use multiple database functionality. Fixtures that contain data for non-
 default database are not being loaded when I run `./manage.py tests app`.
 It starts loading when I delete all routers from `DATABASE_ROUTERS` (all
 data goes to the 'default' database).

 There is no option `--database` for "test" management command.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/16037>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to