Re: testing: running something after the fixtures have been loaded

2011-02-10 Thread Karen Tracey
On Tue, Feb 8, 2011 at 4:05 PM, Bram de Jong wrote: > as far as I read it the django unit tests run setUp before the > fixtures are loaded... > is that correct? > No, where did you read that? Karen -- http://tracey.org/kmt/ -- You received this message because you are subscribed to the Googl

testing: running something after the fixtures have been loaded

2011-02-08 Thread Bram de Jong
Hi, we want to write some testing code, but our site uses Solr for indexing. The test cases we are running are testing -among other things- the searching. problem is: we need to run some additional code to index the stuf the fixtures just inserted into the DB. as far as I read it the django uni