[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-11-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-11-18 Thread miss-islington
miss-islington added the comment: New changeset 5f463e501b9667d1059a1e916d59d19cdd6addf7 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22782)

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-11-18 Thread miss-islington
miss-islington added the comment: New changeset f9fa920c30326050a7096c5cb3594465d1e75ff2 by Miss Islington (bot) in branch '3.9': [3.9] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22783)

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21742 pull_request: https://github.com/python/cpython/pull/22783 ___ Python tracker ___

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +21741 pull_request: https://github.com/python/cpython/pull/22782 ___ Python tracker

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset fa8748271a61177e9bf609921fa464cc6990478b by Irit Katriel in branch 'master': bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740)

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2020-10-17 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 2.0 -> 3.0 pull_requests: +21703 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22740 ___ Python tracker

[issue38320] Clarify unittest expectedFailure behaviour in the documentation

2019-09-30 Thread Kit Choi
New submission from Kit Choi : Following discussion in https://bugs.python.org/issue38296 The docstring of unittest.expectedFailure is misleading for people who differentiate "error" and "failure" when they read the sentence. This has a consequence of developers using the decorator without