File: Add-called_once-property-a69546448cbd5542.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-- 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
prelude: >
    Add a called_once property to the mockers.
features:
  - A called_once property was added to the adapter and the mocker. This gives
    us an easy way to emulate mock's assert_called_once.