File: contrib.rst

package info (click to toggle)
python-requests-mock 1.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: python: 2,339; makefile: 162
file content (12 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
==================
Additional Loading
==================

Common additional loading mechanism are supported in the :py:mod:`requests_mock.contrib` module.

These modules may require dependencies outside of what is provided by `requests_mock` and so must be provided by the including application.

.. toctree::

    fixture
    pytest