.coveragerc
.testr.conf
AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
oldest-requirements.txt
requirements.txt
rtfd-requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/workflows/flake8.yaml
.github/workflows/release.yaml
.github/workflows/unit-test.yaml
doc/Makefile
doc/make.bat
doc/api/modules.rst
doc/api/requests_mock.rst
doc/source/adapter.rst
doc/source/conf.py
doc/source/contrib.rst
doc/source/fixture.rst
doc/source/history.rst
doc/source/index.rst
doc/source/knownissues.rst
doc/source/matching.rst
doc/source/mocker.rst
doc/source/overview.rst
doc/source/pytest.rst
doc/source/readme.rst
doc/source/release-notes.rst
doc/source/response.rst
releasenotes/notes/Add-called_once-property-a69546448cbd5542.yaml
releasenotes/notes/Add-py.typed-file-5a5cae1041dd0859.yaml
releasenotes/notes/Allow-pickling-response-fe751b0a760a5001.yaml
releasenotes/notes/Bump-minimum-requests-2.3-70fd287f6ea1a12e.yaml
releasenotes/notes/Fix-urlquote-of-quoted-path-84cc1ff122dba279.yaml
releasenotes/notes/RLock-around-send-8adf0487b887f378.yaml
releasenotes/notes/Set-JSON-Encoder-31889bc42d11b7d3.yaml
releasenotes/notes/Support-Type-Hints-0f7d2385bd808d84.yaml
releasenotes/notes/Type-Annotation-Fixes-121a274d75791a61.yaml
releasenotes/notes/Update-type-annotations-3314fbc6e7552750.yaml
releasenotes/notes/add-reset-function-bcef01162cab0912.yaml
releasenotes/notes/additional-matcher-5c5cd466a6d70080.yaml
releasenotes/notes/case-insensitive-matching-a3143221359bbf2d.yaml
releasenotes/notes/explicit-nesting-behaviour-4d28c310dc4c463a.yaml
releasenotes/notes/fix-iter-content-none-1e29754a75273b8c.yaml
releasenotes/notes/fix-pytest-version-discovery-43f27e7e162ed055.yaml
releasenotes/notes/fix-zero-bytes-read-109628b72221cfe7.yaml
releasenotes/notes/fixture-extras-699a5b5fb5bd6aab.yaml
releasenotes/notes/match-empty-query-string-e6d6976fe002da0b.yaml
releasenotes/notes/pin-requests-version-e0f090aa31dc86c3.yaml
releasenotes/notes/py.test-2-4e7735793288ea2d.yaml
releasenotes/notes/pytest-7e35da8c5f2cd428.yaml
releasenotes/notes/repo-move-15e956e1d54c048b.yaml
releasenotes/notes/request-history-stream-f1d75b33adcd7e97.yaml
releasenotes/notes/session-scoped-mock-7f1c98d9a91bffc8.yaml
releasenotes/notes/set-default-response-reason-f24556261bc7e9e5.yaml
releasenotes/notes/set-real-http-on-mocker-01eb26b65697466d.yaml
releasenotes/notes/url-quote-path-a593190dee974a7a.yaml
releasenotes/notes/user-response-encoding-b2eea39404140164.yaml
requests_mock/__init__.py
requests_mock/__init__.pyi
requests_mock/adapter.py
requests_mock/adapter.pyi
requests_mock/compat.py
requests_mock/exceptions.py
requests_mock/exceptions.pyi
requests_mock/mocker.py
requests_mock/mocker.pyi
requests_mock/py.typed
requests_mock/request.py
requests_mock/request.pyi
requests_mock/response.py
requests_mock/response.pyi
requests_mock.egg-info/PKG-INFO
requests_mock.egg-info/SOURCES.txt
requests_mock.egg-info/dependency_links.txt
requests_mock.egg-info/entry_points.txt
requests_mock.egg-info/not-zip-safe
requests_mock.egg-info/pbr.json
requests_mock.egg-info/requires.txt
requests_mock.egg-info/top_level.txt
requests_mock/contrib/__init__.py
requests_mock/contrib/_pytest_plugin.py
requests_mock/contrib/fixture.py
tests/__init__.py
tests/base.py
tests/test_adapter.py
tests/test_custom_matchers.py
tests/test_fixture.py
tests/test_matcher.py
tests/test_mocker.py
tests/test_request.py
tests/test_response.py
tests/pytest/__init__.py
tests/pytest/pytest.ini
tests/pytest/test_with_pytest.py