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