diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-04-22 04:58:15 -0700 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-04-22 04:58:15 -0700 |
| commit | 34facf1443a93381e1ec57f195a33afebcde32c9 (patch) | |
| tree | 10f9fe18e17cdfec1bd1a4498041cd95cb781175 /docs | |
| parent | 09b0235592d4ba981d42711ad7565cb5208045f0 (diff) | |
| parent | 3fc77cfc0283315fe03497e79d07bbdaada6e006 (diff) | |
| download | pyramid-34facf1443a93381e1ec57f195a33afebcde32c9.tar.gz pyramid-34facf1443a93381e1ec57f195a33afebcde32c9.tar.bz2 pyramid-34facf1443a93381e1ec57f195a33afebcde32c9.zip | |
Merge pull request #989 from tshepang/patch-2
add a cross-ref... hyperlinks are nice
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst index 9065488b6..56c62b996 100644 --- a/docs/narr/testing.rst +++ b/docs/narr/testing.rst @@ -202,7 +202,7 @@ any ``get_current*`` function. Using the ``Configurator`` and ``pyramid.testing`` APIs in Unit Tests --------------------------------------------------------------------- -The ``Configurator`` API and the ``pyramid.testing`` module provide a number +The ``Configurator`` API and the :mod:`pyramid.testing` module provide a number of functions which can be used during unit testing. These functions make :term:`configuration declaration` calls to the current :term:`application registry`, but typically register a "stub" or "dummy" feature in place of the |
