diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-11-09 02:48:59 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-11-09 02:48:59 +0000 |
| commit | ff7dd0888dc156a9fdc649fc87ad8118f186c5cd (patch) | |
| tree | 17101409ff414bebe3940f0599cbfbb2909105c6 /docs/api/testing.rst | |
| parent | 67da954881a7f5c7622186f69cc81bce182e5814 (diff) | |
| download | pyramid-ff7dd0888dc156a9fdc649fc87ad8118f186c5cd.tar.gz pyramid-ff7dd0888dc156a9fdc649fc87ad8118f186c5cd.tar.bz2 pyramid-ff7dd0888dc156a9fdc649fc87ad8118f186c5cd.zip | |
More docs.
Diffstat (limited to 'docs/api/testing.rst')
| -rw-r--r-- | docs/api/testing.rst | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/api/testing.rst b/docs/api/testing.rst index da0a128d9..2b6e1f8ae 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -5,6 +5,22 @@ .. automodule:: repoze.bfg.testing - .. autoclass:: BFGTestCase + .. autofunction:: registerDummySecurityPolicy + + .. autofunction:: registerModels + + .. autofunction:: registerEventListener + + .. autofunction:: registerTemplateRenderer + + .. autofunction:: registerView + + .. autofunction:: registerViewPermission + + .. autoclass:: DummyModel + :members: + + .. autoclass:: DummyRequest :members: + |
