[issue11505] string.py increased test coverage

2011-05-31 Thread Nick Coghlan
Changes by Nick Coghlan : -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11505] string.py increased test coverage

2011-05-31 Thread Nick Coghlan
Nick Coghlan added the comment: Some comments on the follow-up changes I just committed: - It's an illustration of the fact that coverage data is only step 1 in improving tests. - I added additional assertions regarding the error message contents to a couple of tests, and also verified that

[issue11505] string.py increased test coverage

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1a213d034af by Nick Coghlan in branch 'default': Tidy up the additional string module tests added at the Pycon sprints (closes #11505) http://hg.python.org/cpython/rev/f1a213d034af -- resolution: -> fixed stage: commit review -> committe

[issue11505] string.py increased test coverage

2011-03-17 Thread Nick Coghlan
Nick Coghlan added the comment: Reopening to double check with Jerome's patch. -- resolution: fixed -> stage: committed/rejected -> commit review status: closed -> open ___ Python tracker

[issue11505] string.py increased test coverage

2011-03-16 Thread Jérôme Radix
Jérôme Radix added the comment: There seems to be a small problem with parameters when calling _vformat. Your test is OK because _vformat raises an exception before using those parameters. See test_vformat_assert.patch for a correction proposal. -- nosy: +jerome.radix Added file: http

[issue11505] string.py increased test coverage

2011-03-15 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: After discussion, it's probably a good idea to back port this to Python 3.2. -- nosy: +barry ___ Python tracker ___ __

[issue11505] string.py increased test coverage

2011-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10c56e7ceb72 by Nick Coghlan in branch 'default': Close #11505: Improve string.py coverage http://hg.python.org/cpython/rev/10c56e7ceb72 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed __

[issue11505] string.py increased test coverage

2011-03-14 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11505] string.py increased test coverage

2011-03-14 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue11505] string.py increased test coverage

2011-03-14 Thread Alicia Arlen
New submission from Alicia Arlen : Started from coverage.py results. Only 6 groups of lines did not have coverage. Since the Template class originated in PEP292, those tests were added in test_pep292.py. All Formatter class tests were added in test_string.py. _invalid test (Lines 89-90):