And the answer turned out to be... we were/are using a multidb setup, which
silently prevents the test suite from creating a test db. Setting
DATABASE_ROUTERS
= [] re-enabled the test db creation. Sigh. It's always the little things.
--
You received this message because you are subscribed to t
I've been handed a fairly large and built-up django 1.7.9 installation with
several dozen pre-existing in-house modules and a lot of history.
For some reason, any attempt to * manage.py test * any of the existing
modules runs tests against the live database specified in *DATABASES['default']
*
2 matches
Mail list logo