File: url-quote-path-a593190dee974a7a.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 (5 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
---
fixes:
  - Fix [#148](https://github.com/jamielennox/requests-mock/issues/158). When
    you have a non url-safe character in your URL it is quoted by requests
    however requests-mock just treated it as a normal string.