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