Re: Let's schedule a Django sprint

2007-09-06 Thread Andy Gayton
Adrian Holovaty wrote: > On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: >> It's about time we scheduled an official Django sprint. > > I've contacted Brian Fitzpatrick at Google, and he said that he could > try to get Google to host it. Google recently hosted a Python 3000 > sprint in Chic

Re: A solution for slow database resets in the test system?

2007-08-05 Thread Andy Gayton
Russell Keith-Magee wrote: > On 8/5/07, Andy Gayton <[EMAIL PROTECTED]> wrote: >> Adrian Holovaty wrote: >> I'm worried about the emphasis in Django tests to share enormous fixture >> datasets. Some rules of thumbs I've drifted towards after ending up >>

Re: A solution for slow database resets in the test system?

2007-08-04 Thread Andy Gayton
Adrian Holovaty wrote: > Hi all (but mostly Russell, the Test Master General :) ), > > I have a significantly large set of fixture data for Django unit tests > in a work project, and the time lag in clearing and reinserting the > data between each test is getting to be frustrating. However, a