testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00421
[Bug 688724] Re: MultiTestResult.wasSuccessful broken in Python 2.4
`all` is a pretty trivial function, it's just a question of preference
whether you want to catch NameError at the top of the file and write it
there, or at some common location and add it to __builtin__, or expose
from there and always use qualified.
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/688724
Title:
MultiTestResult.wasSuccessful broken in Python 2.4
Status in testtools:
Triaged
Bug description:
MultiTestResult.wasSuccessful uses 'all', which is not available in Python 2.4. Thus, it breaks.
Follow ups
References