Skipping decorators in unit tests

Gilles Lenfant gilles.lenfant at gmail.com
Fri Oct 11 05:37:09 EDT 2013


Cameron, Steven, Ben, Ned, Terry, Roy. Many thanks for this interesting discussion.

I ended up... mixing some solutions provided by your hints :

* Adding an "__original__" attribute to the wrapper func in the decorators of my own
* Playing with "func_closure" to test functions/methods provided by 3rd party tools

Cheers and thanks again for taking time to help me.

-- 
Gilles Lenfant



More information about the Python-list mailing list