requests-mock 1.12.1
0
Mock out responses from the requests package
Contents
Mock out responses from the requests package
Stars: 441, Watchers: 441, Forks: 71, Open Issues: 64The jamielennox/requests-mock
repo was created 9 years ago and the last code push was 2 months ago.
The project is popular with 441 github stars!
How to Install requests-mock
You can install requests-mock using pip
pip install requests-mock
or add it to a project with poetry
poetry add requests-mock
Package Details
- Author
- Jamie Lennox
- License
- Apache-2
- Homepage
- https://requests-mock.readthedocs.io/
- PyPi:
- https://pypi.org/project/requests-mock/
- GitHub Repo:
- https://github.com/jamielennox/requests-mock
Classifiers
- Software Development/Testing
Related Packages
Errors
A list of common requests-mock errors.
Code Examples
Here are some requests-mock
code examples and snippets.
GitHub Issues
The requests-mock package has 64 open issues on GitHub
- match strange URL doesn't work…
- Type annotation for register_uri(text=…) doesn't support dynamic invocation