> I'm wondering, when testing big zope applications, with a lot of > interdependencies (say, you need to create object A before creating > B), and in the spirit of _unit_ tests, do one let all the tests run > and then pull a serious tearDown at the end of the suite to > delete/clean up? Or does on set up everything for each test? See Squishdot's unittests for an example. Chris