[Python-Dev] Introducing test coverage stats

2008-03-18 Thread Jerry Seutter
I have added a bugtracker issue that adds unit test coverage statistics. Issue 2403: http://bugs.python.org/issue2403 Directions are on the issue page. Titus: Brent suggested I bug you to review this. Test, complain, flame. Feedback welcome. Jerry Seutter

Re: [Python-Dev] Introducing test coverage stats

2008-03-18 Thread Jerry Seutter
s/Brent/Brett (sorry Brett. We still love you.) On Tue, Mar 18, 2008 at 3:00 PM, Jerry Seutter [EMAIL PROTECTED] wrote: I have added a bugtracker issue that adds unit test coverage statistics. Issue 2403: http://bugs.python.org/issue2403 Directions are on the issue page. Titus: Brent

Re: [Python-Dev] test_pty fails on Sparc Solaris 10 for trunk

2007-04-29 Thread Jerry Seutter
I was mucking about in test_pty.py not too long ago. I'll take a look. Jerry On 4/24/07, Grig Gheorghiu [EMAIL PROTECTED] wrote: This is happening both in the Python buildbot farm, and in the community buildbot farm. See:

[Python-Dev] test_expat.py and unittest

2007-03-20 Thread Jerry Seutter
anyone have ideas on how this can be tested in a manner that is not as brittle as the stdout tests, but doesn't require writing significantly more test code? Or if not, is converting this file to use unittest a bad idea? Jerry Seutter ___ Python-Dev