Chris McDonough
2013-07-21 1cbd23bb4f4763a49b0328508d54e12d9f886b82
Merge pull request #1051 from ronnix/patch-5

Fix documentation of testing.setUp
1 files modified
2 ■■■ changed files
pyramid/testing.py 2 ●●● patch | view | raw | blame | history
pyramid/testing.py
@@ -411,7 +411,7 @@
    suitable testing analogue.
    After ``setUp`` is finished, the registry returned by the
    :func:`pyramid.threadlocal.get_current_request` function will
    :func:`pyramid.threadlocal.get_current_registry` function will
    be the passed (or constructed) registry until
    :func:`pyramid.testing.tearDown` is called (or
    :func:`pyramid.testing.setUp` is called again) .