I see here http://toastdriven.com/fresh/whats-wrong-django-slight-return/ a claim that "TestCase-style tests truncate and reload all the fixtures in your database on every test method".
Is that true? If so, how would I create a series of test methods that build on each other: for example, one view test creates an object that then will be retrieved by the next view test? (That's what appears to be happening to a series of tests I created using Eric Holscher's TestMaker. Each method appears to be starting from the original fixture, rather than the results of the previous method.) If that is not true, never mind, I am doing something else wrong. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.