blob: 8281b1b2c49a16a28ca495fe72eda8f52a092441 [file] [log] [blame]
:func:`unittest.mock.patch.dict` used as a decorator with string target
resolves the target during function call instead of during decorator
construction. Patch by Karthikeyan Singaravelan.