class documentation

class vcr_testcase: (source)

View In Hierarchy

Decorator for TestCases that use VCR. It automatically sets up a different cassette for each test function.

Method __call__ Undocumented
Method __init__ Undocumented
Method decorate_class Create a subclass that will add setUp instructions.
Instance Variable vcr Undocumented
def __call__(self, testcase): (source)

Undocumented

def __init__(self, vcr_instance): (source)

Undocumented

def decorate_class(self, testcase): (source)

Create a subclass that will add setUp instructions.

Undocumented