842
842
osutils.set_or_unset_env('BZR_PLUGINS_AT', 'test_foo@non-standard-dir')
843
843
plugin.load_plugins(['standard'])
844
844
self.assertTestFooLoadedFrom('non-standard-dir')
848
848
# Try importing again now that the source has been compiled
849
849
self._unregister_plugin('test_foo')