[Twisted-Python] Trial regression

Jp Calderone exarkun at divmod.com
Sun Sep 4 17:45:06 EDT 2005


Import error reporting in trial has changed in a way which breaks buildbot's understanding of the output.  Where errors used to be reported like this:

    Could not import quotient.test.test_webtest: 

They're now reported like this:

    Could not import <module 'quotient' from '/home/buildbot/BuildBot/slave/twisted-trunk/Quotient/quotient/__init__.py'>: 

This gives less information than the previous format and just looks worse to boot.  Can we put it back how it was?

Jp




More information about the Twisted-Python mailing list