diff options
| author | Michael Merickel <michael@merickel.org> | 2013-04-22 19:13:39 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-04-22 19:13:39 -0700 |
| commit | dcaabcb87ca584c289efe70a604db0502838df3d (patch) | |
| tree | 724c40d50f21773b6585ab7d9731b8bf7a93a71c | |
| parent | d47cdaa3e5284fc9a17ac5e3f4af99100303ae8e (diff) | |
| parent | cdd8d40dac07d73bf60ebe5d9ddbb2d108d8666e (diff) | |
| download | pyramid-dcaabcb87ca584c289efe70a604db0502838df3d.tar.gz pyramid-dcaabcb87ca584c289efe70a604db0502838df3d.tar.bz2 pyramid-dcaabcb87ca584c289efe70a604db0502838df3d.zip | |
Merge pull request #997 from tshepang/patch-2
add missing comma
| -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 7051941f5..ec5952a7c 100644 --- a/docs/narr/testing.rst +++ b/docs/narr/testing.rst @@ -291,7 +291,7 @@ function is called, :func:`pyramid.security.has_permission` will call the access. We check that the view function raises a :exc:`~pyramid.httpexceptions.HTTPForbidden` error. -The second test method, named ``test_view_fn_allowed`` tests the alternate +The second test method, named ``test_view_fn_allowed``, tests the alternate case, where the authentication policy allows access. Notice that we pass different values to :meth:`~pyramid.config.Configurator.testing_securitypolicy` to obtain this |
