[BUG] python2.3 bzr selftest doesn't run all test code

Martin Pool mbp at sourcefrog.net
Wed Jul 6 05:57:31 BST 2005


On  5 Jul 2005, John A Meinel <john at arbash-meinel.com> wrote:
> I'm not sure why, but running:
> python2.3 bzr selftest
> Only runs 27 tests, while
> python2.4 bzr selftest
> runs 45 tests. (And gives nicer information about each one rather than
> just "runit").
> 
> I don't know if the tests are just structured such that the new
> TestLoader understands their format, while the old one doesn't, or what
> the problem is, I just wanted to point out that not all paths are being
> exercised with python2.3 testing.

I can't work out why python2.3's TestLoader doesn't do what it should;
the test modules have a very standard form.  But I can work around both those things.

Thanks
-- 
Martin




More information about the bazaar mailing list