File: add-reset-function-bcef01162cab0912.yaml

package info (click to toggle)
python-requests-mock 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 616 kB
  • sloc: python: 2,268; makefile: 166
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.