[issue11512] adding test suite for cgitb

2011-07-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Pretty sure it has nothing to do with the new cgitb test. Apparently > testPasswordProtectedSite (test.test_robotparser.NetworkTestCase) uses > website http://mueblesmoraleda.com to run it's test and that site is > currently down. Indeed. It's actually relat

[issue11512] adding test suite for cgitb

2011-07-08 Thread Robbie Clemons
Robbie Clemons added the comment: Pretty sure it has nothing to do with the new cgitb test. Apparently testPasswordProtectedSite (test.test_robotparser.NetworkTestCase) uses website http://mueblesmoraleda.com to run it's test and that site is currently down. On Fri, Jul 8, 2011 at 7:58 AM, Ant

[issue11512] adding test suite for cgitb

2011-07-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Not sure this is related, but test_robotparser has started failing on one of the buildbots after this change: http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/2070 -- nosy: +pitrou

[issue11512] adding test suite for cgitb

2011-07-05 Thread Brian Curtin
Brian Curtin added the comment: Sorry it took so long to get to this - thanks a lot for the patch, Robbie! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue11512] adding test suite for cgitb

2011-07-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7e0102ec95d4 by Brian Curtin in branch 'default': Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. http://hg.python.org/cpython/rev/7e0102ec95d4 New changeset f362f0053eab by Brian Curtin in branch 'default': Normalize w

[issue11512] adding test suite for cgitb

2011-05-24 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue11512] adding test suite for cgitb

2011-05-24 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11512] adding test suite for cgitb

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin keywords: +needs review stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker _

[issue11512] adding test suite for cgitb

2011-03-14 Thread Robbie Clemons
New submission from Robbie Clemons : Added a test suite for cgitb that provides 75% test coverage according to coverage.py. -- components: Tests files: test_cgitb.diff keywords: patch messages: 130926 nosy: brian.curtin, robquad priority: normal severity: normal status: open title: addi