Class f.t.t.t.TestComplexLoadQueue(unittest.TestCase):

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

No class docstring
Method setUp Undocumented
Method tearDown Undocumented
Method test_circular_dependencies test_nested_dependencies
def setUp(self):
Undocumented
def tearDown(self):
Undocumented
def test_circular_dependencies(self):
test_nested_dependencies

ensures the order for unloading objects is correct when objects depend other objects in circular ways. this long chain was causing a strange bug in the sorting algorithm

API Documentation for fixture, generated by pydoctor.