Code review comment for lp://staging/~mbp/rabbitfixture/rabbit-startup

Revision history for this message
Robert Collins (lifeless) wrote :

The change isn't in python-fixtures so much as in callers of setUp -
e.g. TestCase.useFixture() should handle exceptions by calling
cleanUp(). fixtures will need to do this too, for its implementation
of useFixture. runlaunchpad or whatever is calling setUp is the
immediate place to do this though.

« Back to merge proposal