File: add-reset-function-bcef01162cab0912.yaml

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
file content (6 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
features:
  - |
    Add a reset/reset_mock function to the mocker and components so that users
    can clear the calls and history from the Mocker without clearing all the
    matching that has been used.