Skip to content

Commit

Permalink
Clarify no coverage option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankask committed Jan 27, 2013
1 parent d1ca6cf commit 13ef2d3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@ Jannis Leidel's `django-discover-runner

Inspired by `django-coverage <https://bitbucket.org/kmike/django-coverage/>`_.

Usage
-----
Quick usage
-----------

To run the tests type:
To run the tests, type:

./manage.py test [options] [appname ...]

To run the tests without code coverage (i.e. run django-discover-runner instead) type:
To run the tests without code coverage (i.e. run ``django-discover-runner``
instead), type:

./manage.py test --no-coverage [options] [appname ...]

If you want to use the ``--no-coverage`` option, make sure you add
``discoverage`` to your ``INSTALLED_APPS``.

Detailed usage
--------------

One of the objectives of ``django-discover-runner`` is to allow the separation
of a Django app's tests from the code it's testing. Since tests no longer reside
Expand Down

0 comments on commit 13ef2d3

Please sign in to comment.