blob: 8f725cfba86e2ea02553fcf867f5dd9f6346bbf0 [file] [log] [blame]
Fixed reverting multiple patches in unittest.mock. Patcher's ``__exit__()``
is now never called if its ``__enter__()`` is failed. Returning true from
``__exit__()`` silences now the exception.