class documentation

A base class that can either be used as a context manager during tests or as a test function or unittest.TestCase subclass decorator to perform temporary alterations. `attr_name`: attribute assigned the return value of enable() if used as a class decorator. `kwarg_name`: keyword argument passing the return value of enable() if used as a function decorator.

Method __call__ Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method decorate_callable Undocumented
Method decorate_class Undocumented
Method disable Undocumented
Method enable Undocumented
Instance Variable attr_name Undocumented
Instance Variable kwarg_name Undocumented