On 21 May 2013 16:52, Mahdi Yusuf <[email protected]> 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 recreated every time. I would like to reuse my > database between test suite runs at least while in development. Are you using --reuse-db? Check out the docs on reusing the database, they might help: http://pytest-django.readthedocs.org/en/latest/database.html -- Debian GNU/Linux -- The Power of Freedom www.debian.org | www.gnu.org | www.kernel.org _______________________________________________ Pytest-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pytest-dev
