306
297
self.assertEqual(['function', 'klass', 'module', 'obj'],
307
298
sorted(a_registry.keys()))
308
299
# The plugin should not be loaded until we grab the first object
311
302
# By default the plugin won't be in the search path
312
303
self.assertRaises(ImportError, a_registry.get, 'obj')