Re: [pytest-dev] pytest-django

2013-05-22 Thread Floris Bruynooghe
On 21 May 2013 16:52, Mahdi Yusuf wrote: > I am having issues running pytest-django without inhertiting form Django > Testcase You'll have to be a little more specific about what your issue is... > I am also pretty sure this is what is causing the issue to do deal > with the database being recre

[pytest-dev] pytest-django

2013-05-21 Thread Mahdi Yusuf
Hi: I am having issues running pytest-django without inhertiting form Django Testcase, I am also pretty sure this is what is causing the issue to do deal with the database being recreated every time. I would like to reuse my database between test suite runs at least while in development. Thoughts