registry

Private registry for the Fixture class.


Functions

f unregister_fixtures() ...

remove any and all registered fixtures from the registry.

NOTE that fixtures are not actually unloaded (see Fixture.clean )

Classes

C LoadMap(...) ...

registry of loaded fixtures.

loaded fixtures are registered by the class of their instance. If you subclass a fixture it would be considered a completely new fixture.

THOUGHTS: Do we need a way to explicitly say which class should be considered our key? I don't think so but if that's the case we could look for a custom __fixture_id__ attribute or something

This class contains 9 members.

See the source for more information.