class documentation

class ContextDecoratorTestCase(unittest.TestCase): (source)

View In Hierarchy

Test the local_context decorator. We assume that if the basic functionality works, and context_function passes all tests, then local_context should be fine.

Method setUp Undocumented
Method test_basic_functionality Undocumented
def setUp(self): (source)

Undocumented

def test_basic_functionality(self): (source)

Undocumented