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