Skip to content

Commit

Permalink
Add django-nose usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Feb 27, 2013
1 parent 4b7bff7 commit ded054c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Expand Up @@ -9,6 +9,17 @@ Then add the following to your tests::

--with-blockage

If you use `django-nose <https://github.com/jbalogh/django-nose>`_
then add this to your Django settings to activate it::

NOSE_PLUGINS = [
'blockage.plugins.NoseBlockage',
]
NOSE_ARGS = [
'--with-blockage',
# ...
]

Blocking HTTP
-------------

Expand Down

0 comments on commit ded054c

Please sign in to comment.