-------------------------
- :class:`Replacer`, :class:`TempDirectory`, :class:`LogCapture` and
``TestComponents`` instances will now warn if the
process they are created in exits without them being cleaned
up. Instances of these classes should be cleaned up at the end of
each test and these warnings serve to point to a cause for possible
mysterious failures elsewhere.