Class f.t.t.t.SQLObjectCategoryTest(SQLObjectFixtureTest):

Part of fixture.test.test_loadable.test_sqlobject_loadable View In Hierarchy

Known subclasses: fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectCategory, fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectCategoryAsDataType, fixture.test.test_loadable.test_sqlobject_loadable.TestSQLObjectCategoryStorable

No class docstring
Method assert_data_loaded assert that the dataset was loaded.
Method assert_data_torndown assert that the dataset was torn down.

Inherited from SQLObjectFixtureTest:

Method setUp should load the dataset
Method tearDown should unload the dataset.
def assert_data_loaded(self, dataset):
assert that the dataset was loaded.
def assert_data_torndown(self):
assert that the dataset was torn down.
API Documentation for fixture, generated by pydoctor.