Skip to content

Commit

Permalink
Update interception doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Jan 22, 2015
1 parent c65dbba commit 31ce5d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ sequence of tests in a YAML file.

For test driven development and local tests the intercept style of
testing lowers test requirements (no web server required) and is fast.
Interception is performed as part of fixture processing as the most
deeply nested fixture. This allows any configuration or database
setup to be performed prior to the WSGI application being created.

.. _wsgi-intercept: https://pypi.python.org/pypi/wsgi_intercept
.. _intercept examples: https://github.com/cdent/gabbi/blob/master/gabbi/test_intercept.py
Expand Down

0 comments on commit 31ce5d8

Please sign in to comment.