[stem/master] Mocking pydocs referenced functionality we've removed

commit e28032aebb14043c2149fe949ef49ddb82083c21 Author: Damian Johnson <atagar@torproject.org> Date: Wed Oct 9 08:55:00 2013 -0700 Mocking pydocs referenced functionality we've removed --- test/mocking.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/mocking.py b/test/mocking.py index b076b1d..3f211e7 100644 --- a/test/mocking.py +++ b/test/mocking.py @@ -2,10 +2,7 @@ # See LICENSE for licensing information """ -Helper functions for creating mock objects and monkey patching to help with -testing. With python's builtin unit testing framework the setUp and test -functions set up mocking, which is then reverted in the tearDown method by -calling :func:`test.mocking.revert_mocking`. +Helper functions for creating mock objects. ::
participants (1)
-
atagar@torproject.org