File: set-real-http-on-mocker-01eb26b65697466d.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 (7 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
features:
  - |
    Make real_http variable on Mocker object public. This means you can change
    the value of the parameter after the object has been created. This will
    allow setting it in situations like pytest where you may not be able to set
    __init__ time options.