Re: Having LiveServerTestCase use same database as tests

2014-08-01 Thread Chris Wilson
Hi Phil, On Sunday, October 21, 2012 5:37:45 PM UTC+1, Phil Gyford wrote: > > No, I'm afraid not. I didn't get any replies (nor to a StackOverflow > question http://stackoverflow.com/q/12041315/250962 ) and haven't gone > back to try again. I'd tried everything I could think of already. Good >

Re: Having LiveServerTestCase use same database as tests

2012-10-21 Thread Phil Gyford
-- Forwarded message -- From: Дмитрий Белавенцев Date: 21 October 2012 09:43 Subject: Re: Having LiveServerTestCase use same database as tests To: django-users@googlegroups.com Cc: p...@gyford.com Hi, Phil! I faced the same problem. Do you find the solution? вторник, 21 августа 2012 г., 22:24:59 UTC

Re: Having LiveServerTestCase use same database as tests

2012-10-21 Thread Дмитрий Белавенцев
Hi, Phil! I faced the same problem. Do you find the solution? вторник, 21 августа 2012 г., 22:24:59 UTC+7 пользователь Phil Gyford написал: > > I'm writing integration tests using LiveServerTestCase/Selenium in > v1.4.1. By default the process that's started by LiveServerTestCase > uses a diffe

Having LiveServerTestCase use same database as tests

2012-08-21 Thread Phil Gyford
I'm writing integration tests using LiveServerTestCase/Selenium in v1.4.1. By default the process that's started by LiveServerTestCase uses a different database to the test database used by the tests. This is a pain because I can't use factories (I'm using FactoryBoy at the moment) to create data t