Re: Really slow functional tests

2009-02-11 Thread Andrea Reginato
On Feb 11, 1:59 pm, felix wrote: > do you have large initial_data fixtures ? > > tables get flushed and initial_data is added each time. Yes, looking at it it's quite huge, and if it's loaded each time for sure that is the problem, so thanks. I wanted also to ask if the template, that load imag

Really slow functional tests

2009-02-11 Thread Andrea Reginato
Hei guys, I've a question related to some tests I've make. When I run them they need lot of time to be executed. I'm talking about 10 seconds for single test. They are functional test such as the one you can see above (normal functional tests). def setUp(self): self.c = Client()