Re: LiveServerTestCase database has no tables...

2013-06-07 Thread Steve Hiemstra
Ignore the first sentence. That works because it creates a test MySQL database. Only when using the :memory: database does it fail. On Friday, June 7, 2013 3:17:29 PM UTC-4, Steve Hiemstra wrote: > > I've got a LiveServerTestCase and I'm not sure what's going on. I have to > include my normal

LiveServerTestCase database has no tables...

2013-06-07 Thread Steve Hiemstra
I've got a LiveServerTestCase and I'm not sure what's going on. I have to include my normal database settings for it to work. It still writes to the memory test database, but all the other tests use the normal one which breaks things. In LiveServerTestCase.setUpClass I put the following: