blob: 8d1f9d940cc61c2e41c6df6901fc295e5ae695aa [file] [log] [blame]
Calling ``stop()`` on an unstarted or stopped :func:`unittest.mock.patch`
object will now return `None` instead of raising :exc:`RuntimeError`,
making the method idempotent.
Patch by Karthikeyan Singaravelan.