class documentation

Act as either a decorator or a context manager. If it's a decorator, take a function and return a wrapped function. If it's a contextmanager, use it with the ``with`` statement. In either event, entering/exiting are called before and after, respectively, the function/block is executed.

Method __init__ Undocumented
Method decorate_class Undocumented
Method disable Undocumented
Method enable Undocumented
Method save_options Undocumented
Instance Variable enable_exception Undocumented
Instance Variable options Undocumented
Instance Variable wrapped Undocumented

Inherited from TestContextDecorator:

Method __call__ Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
Method decorate_callable Undocumented
Instance Variable attr_name Undocumented
Instance Variable kwarg_name Undocumented
def __init__(self, **kwargs): (source)
def decorate_class(self, cls): (source)
def save_options(self, test_func): (source)

Undocumented

enable_exception = (source)

Undocumented

Undocumented

Undocumented