Error running tests for plugins . . .
Matt Nordhoff
mnordhoff at mattnordhoff.com
Fri Jul 3 19:16:17 BST 2009
Russel Winder wrote:
> I wanted to run the tests for the installed bzrtools plugin. I had
> thought "bzr selftest bzrtools" might do teh trick. However, this
> results in the following. Am I just doing something stupid, or is this
> a Bazaar bug?
>
> Thanks.
>
>
> |> bzr selftest bzrtools
> bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute 'TransportTestProviderAdapter'
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/upload/tests/test_upload.py", line 44, in <module>
> test_transport_implementations.TransportTestProviderAdapter):
> AttributeError: 'module' object has no attribute 'TransportTestProviderAdapter'
Looks like the bzr-upload plugin's test suite isn't compatible with your
version of bzr. If it hasn't been fixed in a newer version, file a bug
against bzr-upload.
I guess you'll have to temporarily uninstall bzr-upload so you can run
the test suite for other plugins.
--
More information about the bazaar
mailing list