Contents

requests-mock 1.12.1

0

Mock out responses from the requests package

Mock out responses from the requests package

Stars: 413, Watchers: 413, Forks: 66, Open Issues: 59

The jamielennox/requests-mock repo was created 9 years ago and the last code push was 4 days ago.
The project is popular with 413 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
No  requests-mock  pypi packages just yet.

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 59 open issues on GitHub

  • match strange URL doesn't work…
  • Type annotation for register_uri(text=…) doesn't support dynamic invocation

See more issues on GitHub

Related Packages & Articles

selenium-wire 5.1.0

Extends Selenium to give you the ability to inspect requests made by the browser.