This is a fix for 1753 where depots can be left running by the test suite. These changes ensure that tearDown is always at least attempted by any subclass of ManyDepotTestCase. I was torn on whether to do a normal tearDown, or just kill off the depots. I chose to use tearDown for code resuse, but if that's not what we actually want to happen, I'll make it so only the depots are killed.
Since Brad is also planning on subclassing unittest, it seemed rational to place all those changes in a single location, so I'm using baseline.py as he suggested. Here's the bug: http://defect.opensolaris.org/bz/show_bug.cgi?id=1753 And the code: http://cr.opensolaris.org/~bpytlik/ips-1753/ Thanks, Brock _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
