
requests-mock 1.10.0
0
Mock out responses from the requests package
Contents
Mock out responses from the requests package
Stars: 332, Watchers: 332, Forks: 58, Open Issues: 48The jamielennox/requests-mock
repo was created 8 years ago and was last updated 6 days ago.
The project is popular with 332 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 48 open issues on GitHub
- match strange URL doesn't work…
- Type annotation for register_uri(text=…) doesn't support dynamic invocation