[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

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

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2021-05-11 Thread Irit Katriel
Irit Katriel added the comment: New changeset 1e4ca09d825cc8059bbf80c8137164816b84cfe7 by Miss Islington (bot) in branch '3.10': bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26044) https://github.com/python/cpython/commit/1e4ca09d825cc8059bbf80c8137164816b84cfe7 --

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2021-05-11 Thread Irit Katriel
Irit Katriel added the comment: New changeset c9049cf0aa9917abfd51b27e4258c395c5f66ff4 by Miss Islington (bot) in branch '3.9': bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26045) https://github.com/python/cpython/commit/c9049cf0aa9917abfd51b27e4258c395c5f66ff4 ---

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2021-05-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2021-05-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24688 pull_request: https://github.com/python/cpython/pull/26044 ___ Python tracker _

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2021-05-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24689 pull_request: https://github.com/python/cpython/pull/26045 ___ Python tracker ___ __

[issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp

2020-11-08 Thread Irit Katriel
Change by Irit Katriel : -- title: document (lack of) interaction between @expectedException on a test_method and setUp -> document (lack of) interaction between @expectedFailure on a test_method and setUp versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2 ___