diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-11-09 03:17:39 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-11-09 03:17:39 +0000 |
| commit | b4cafa974c8c6452a4a924838df352c95c0901aa (patch) | |
| tree | f46edd364a81d04d922c19b913a1619798c45ac5 | |
| parent | b980bd97eaf570d2fa34d711920f46bb3429e348 (diff) | |
| download | pyramid-b4cafa974c8c6452a4a924838df352c95c0901aa.tar.gz pyramid-b4cafa974c8c6452a4a924838df352c95c0901aa.tar.bz2 pyramid-b4cafa974c8c6452a4a924838df352c95c0901aa.zip | |
Rendering.
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 94b51374c..2a186cf26 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -12,7 +12,7 @@ def registerDummySecurityPolicy(userid=None, groupids=(), permissive=True): denies all access. This function is most useful when testing code that uses the ``repoze.bfg.security`` APIs named ``has_permission``, ``authenticated_userid``, - effective_principals, and ``principals_allowed_by_permission``. + ``effective_principals``, and ``principals_allowed_by_permission``. """ if permissive: policy = DummyAllowingSecurityPolicy(userid, groupids) |
