Skip to content

Commit

Permalink
Provide links to the detailed documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Mar 27, 2013
1 parent 3756c3b commit bc7ea98
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ zope.testrunner

This package provides a flexible test runner with layer support.

You can find more `detailed documentation`_ on PyPI or in the ``src/``
directory.


Getting started
***************
Expand Down Expand Up @@ -133,7 +136,7 @@ has other mechanisms for grouping tests:
by default. They're specified by setting the ``level`` attribute
on test suites to an int.

For more details please see the detailed documentation.
For more details please see the `detailed documentation`_.


Other features
Expand All @@ -143,9 +146,10 @@ zope.testrunner can profile your tests, measure test coverage,
check for memory leaks, integrate with subunit_, shuffle the
test execution order, and run multiple tests in parallel.

For more details please see the detailed documentation.
For more details please see the `detailed documentation`_.

.. _buildout: http://www.buildout.org/
.. _virtualenv: http://www.virtualenv.org/
.. _zc.recipe.testrunner: http://pypi.python.org/pypi/zc.recipe.testrunner
.. _subunit: http://pypi.python.org/pypi/subunit
.. _detailed documentation: http://docs.zope.org/zope.testrunner/

0 comments on commit bc7ea98

Please sign in to comment.