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