Class f.t.t.t.LoadableTest(object):

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

tests the behavior of fixture.loadable.LoadableFixture object.

to test combinations of loaders and datasets, mix this into a TestCase.

Method assert_data_loaded assert that the dataset was loaded.
Method assert_data_torndown assert that the dataset was torn down.
Method datasets returns some datasets.
Method test_DataTestCase Undocumented
Method test_with_data test @fixture.with_data
Method test_with_data_as_d test with: fixture.data() as d
def assert_data_loaded(self, dataset):
assert that the dataset was loaded.
def assert_data_torndown(self):
assert that the dataset was torn down.
def datasets(self):
returns some datasets.
def test_DataTestCase(self):
Undocumented
def test_with_data(self):
test @fixture.with_data
def test_with_data_as_d(self):
test with: fixture.data() as d
API Documentation for fixture, generated by pydoctor.