mock any instance

Phlip phlip2005 at gmail.com
Mon Dec 14 18:14:49 EST 2009


>    Thang.method = MockAnyInstance()
>    object = Thang()
>    object.method()  #  <--  calls the mock, not the real method

The mocker here...

  http://www.voidspace.org.uk/python/mock/

...has @patch and @patch_object directives that might do it.

(Luv it when you skate off the end of a language's original
definition, huh?)

> --
>   Phlip
>  http://c2.com/cgi/wiki?ZeekLand




More information about the Python-list mailing list