Class f.u.DataTestCase(object):

Part of fixture.util View In Hierarchy

A mixin to use with unittest.TestCase.

Upon setUp() the TestCase will load the DataSet classes using your Fixture, specified in class variables. At tearDown(), all loaded data will be removed. During your test, you will have self.data, a SuperSet instance to reference loaded data

Class Attributes

Method setUp Undocumented
Method tearDown Undocumented
def setUp(self):
Undocumented
def tearDown(self):
Undocumented
API Documentation for fixture, generated by pydoctor.