commit | 243b8de0b15061704581974c0a27db1232a43b93 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Aug 30 06:43:38 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 30 06:43:38 2021 -0700 |
tree | 8e2dcf6fe1afed1fbefc7464c814903932e86ff1 | |
parent | fe997e1a67835a929705c8c305d41c4d7dd326e3 [diff] |
bpo-41620: TestCase.run() now always return a TestResult instance (GH-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 7e246a3a7b43762480ee4fe0cfb859e8e997a8c8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>