Slide 46
Slide 46 text
Cleanup is a pain
• Can not guarantee that all the data is cleaned up -
especially when using Django signals.
• If we want to use multi-processing for tests, we need to
be sure test methods can be run in any order.
• Over the entire test suite, did not give us enough gains to
overcome the potential pitfalls.
• Using multi-processing for tests gave us much bigger
wins.
Sunday, 11 August, 13