requests-mock/docs/contrib.rst
Jamie Lennox 833ee180c3 Create the Mocker
A standard means of mock loading the adapter. Because we have this move
fixtures stuff into contrib.

Add some documentation for all this.
2014-06-23 16:03:40 +10:00

323 B

Additional Loading

Common additional loading mechanism are supported in the :pyrequests_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.

fixture