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
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