This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Patch to Increase test coverage of unittest.runner.TextTestResult
Type: enhancement Stage: patch review
Components: Tests Versions: Python 3.6, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Pam.McANulty, berker.peksag
Priority: normal Keywords: patch

Created on 2016-06-27 01:32 by Pam.McANulty, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
textresult_coverage.patch Pam.McANulty, 2016-06-27 01:32 review
Messages (1)
msg269330 - (view) Author: Pam McA'Nulty (Pam.McANulty) * Date: 2016-06-27 01:32
While working on another issue, I added a test to increase (low-hanging fruit) test coverage in unittest.runner.TextTestResult
History
Date User Action Args
2022-04-11 14:58:33adminsetgithub: 71582
2016-08-17 03:03:16berker.peksagsetnosy: + berker.peksag
stage: patch review
type: enhancement

versions: + Python 3.5
2016-08-16 20:31:25Pam.McANultysettitle: Increase test coverage of unittest.runner.TextTestResult -> Patch to Increase test coverage of unittest.runner.TextTestResult
2016-06-27 01:32:11Pam.McANultycreate