[issue11512] adding test suite for cgitb
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, Antoine Pitrou wrote: > > 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 > > ___ > Python tracker > <http://bugs.python.org/issue11512> > ___ > -- ___ Python tracker <http://bugs.python.org/issue11512> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue11512] adding test suite for cgitb
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: adding test suite for cgitb type: behavior Added file: http://bugs.python.org/file21152/test_cgitb.diff ___ Python tracker <http://bugs.python.org/issue11512> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10775] assertRaises as a context manager should accept a 'msg' keyword argument.
Robbie Clemons added the comment: Changing callableObj to callable_obj in assertRaises will break for anyone that's upgrading to 3.3. I left a comment on the review. -- nosy: +robquad ___ Python tracker <http://bugs.python.org/issue10775> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue11165] Document PyEval_Call* functions
Changes by Robbie Clemons : -- nosy: +robquad ___ Python tracker <http://bugs.python.org/issue11165> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com