bpo-41620: TestCase.run() now always return a TestResult instance by serhiy-storchaka · Pull Request #28030 · python/cpython

@serhiy-storchaka

Previously it returned None if the test class or method was
decorated with a skipping decorator.

iritkatriel

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 30, 2021
…thonGH-28030)

Previously it returned None if the test class or method was
decorated with a skipping decorator.

Co-authored-by: Iman Tabrizian <iman.tabrizian@gmail.com>
(cherry picked from commit 7e246a3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 30, 2021
…thonGH-28030)

Previously it returned None if the test class or method was
decorated with a skipping decorator.

Co-authored-by: Iman Tabrizian <iman.tabrizian@gmail.com>
(cherry picked from commit 7e246a3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@ambv ambv mentioned this pull request

Aug 30, 2021

ambv pushed a commit that referenced this pull request

Aug 30, 2021
…-28030) (GH-28065)

Previously it returned None if the test class or method was
decorated with a skipping decorator.

Co-authored-by: Iman Tabrizian <iman.tabrizian@gmail.com>
(cherry picked from commit 7e246a3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington added a commit that referenced this pull request

Aug 30, 2021
…-28030)

Previously it returned None if the test class or method was
decorated with a skipping decorator.

Co-authored-by: Iman Tabrizian <iman.tabrizian@gmail.com>
(cherry picked from commit 7e246a3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>