bytedance / mockey

a simple and easy-to-use golang mock library
Apache License 2.0
556 stars 22 forks source link

feat: support UnpatchAll #43

Closed Sychorius closed 8 months ago

Sychorius commented 8 months ago

Change-Id: I4abb892091b369e55eae2f633209ba7d2392e997

What type of PR is this?

feat

What this PR does / why we need it (en: English/zh: Chinese):

en: add new method UnpatchAll, which to unpatch all mocks in current context zh: 支持UnpatchAll,用来unpatch所有当前上下文里的mock