Re: 1.7.9 deployment stubbornly won't create a test database

2016-08-30 Thread Adam Hirsch
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

1.7.9 deployment stubbornly won't create a test database

2016-08-29 Thread Adam Hirsch
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'] *