I have some testcases that involve many fixtures to perform one or two
of the tests.
However, the other 10 tests in that testcase don't rely on those
fixtures, yet are all the fixtures being loaded in and dropped between
every test method?
If so, how can I avoid this with out bunching up tests into categories
like "these need all these fixtures" and "these dont..."