[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-10-08 Thread Chris Jerdonek
Chris Jerdonek added the comment: I believe this also resolves issue 30181 (which was the same issue). -- nosy: +chris.jerdonek resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-10-08 Thread Irit Katriel
Irit Katriel added the comment: This seems complete, can it be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-03 Thread Chris Withers
Chris Withers added the comment: New changeset 02395fad8e3a35ef00fa31c308693844013a1dd4 by Miss Islington (bot) in branch '3.8': bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) (#18323) https://github.com/python/cpython/commit/02395fad8e3a35

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +17696 pull_request: https://github.com/python/cpython/pull/18323 ___ Python tracker ___ __

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-02 Thread Chris Withers
Chris Withers added the comment: New changeset 7561e7a83f5118fda6c62fe9c8c3458f8cfd by Miss Islington (bot) in branch '3.7': bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18321) https://github.com/python/cpython/commit/7561e7a83f5118fda6c

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +17694 pull_request: https://github.com/python/cpython/pull/18321 ___ Python tracker ___ __

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +17695 pull_request: https://github.com/python/cpython/pull/18322 ___ Python tracker ___ __

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-02-02 Thread Chris Withers
Chris Withers added the comment: New changeset 032de7324e30c6b44ef272cea3be205a3d768759 by Steve Cirelli in branch 'master': bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) https://github.com/python/cpython/commit/032de7324e30c6b44ef272cea3b

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-01-24 Thread Steve C
Change by Steve C : -- keywords: +patch pull_requests: +17559 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18175 ___ Python tracker ___

[issue39450] unittest TestCase shortDescription does not strip whitespace

2020-01-24 Thread Steve C
New submission from Steve C : When running unit tests with the --verbose flag test descriptions are run using the first line of the test case's docstring. If the first character of the docstring is a newline, no description is printed. Examples: Current code expects docstrings to look like '''