diff options
| author | Brian Sutherland <brian@vanguardistas.net> | 2012-06-16 12:57:46 +0200 |
|---|---|---|
| committer | Brian Sutherland <brian@vanguardistas.net> | 2012-06-16 12:58:20 +0200 |
| commit | fbbb20c7953370c86f999e865b1a9d682690eb70 (patch) | |
| tree | d5417bb0cbad8b5889fcb18a2089a6908fa1f7af /docs/api | |
| parent | eb3c87230402201669501d5889d43634b785a9ed (diff) | |
| download | pyramid-fbbb20c7953370c86f999e865b1a9d682690eb70.tar.gz pyramid-fbbb20c7953370c86f999e865b1a9d682690eb70.tar.bz2 pyramid-fbbb20c7953370c86f999e865b1a9d682690eb70.zip | |
A context manager for test setup
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/testing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/testing.rst b/docs/api/testing.rst index f388dc263..1366a1795 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -9,6 +9,8 @@ .. autofunction:: tearDown + .. autofunction:: testConfig(registry=None, request=None, hook_zca=True, autocommit=True, settings=None) + .. autofunction:: cleanUp .. autoclass:: DummyResource |
