From 793ed719b7d97d6f21f461eaa2e8d86e17d9c73f Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 23 Jun 2014 22:42:53 +1000 Subject: [PATCH] Remove Overview section of fixtures --- docs/fixture.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/fixture.rst b/docs/fixture.rst index f1223ec..b60f1de 100644 --- a/docs/fixture.rst +++ b/docs/fixture.rst @@ -7,9 +7,6 @@ Fixtures To use the *requests-mock* fixture your tests need to have a dependency on the `fixtures`_ library and the `mock`_ library. These are not provided by *requests-mock*. -Overview -======== - The fixture mocks the :py:meth:`requests.Session.get_adapter` method so that all requests will be served by the mock adapter. The fixture provides the same interfaces as the adapter.