Re: Django TestCase isolation: setUp vs setUpClass

2015-11-03 Thread Aymeric Augustin
Hello Samantha, As of Django 1.8 there is a built-in solution to this problem: https://docs.djangoproject.com/en/1.8/topics/testing/tools/#django.test.TestCase.setUpTestData Best regards, -- Aymer

Re: Django TestCase isolation: setUp vs setUpClass

2015-11-03 Thread Samantha Zeitlin
I'm having this same issue and was wondering if anyone ever came up with a good solution? Specifically, I'm wondering about using a tearDownClass() method after using Factory Boy objects in my setUpClass() methods? On Sunday, April 28, 2013 at 5:01:47 PM UTC-7, Russell Keith-Magee wrote: > > >

Re: SQL ALchemy support on django

2015-11-03 Thread Asif Saifuddin
I would like to create an experiemental repo on my github for experiementing the sqla support to django orm, hence some useful resource indicator would be great. sqla have core engine and orm on top of it, so the idea way to start experiment should be based on core? On Wednesday, September 16,