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