| commit | 7e246a3a7b43762480ee4fe0cfb859e8e997a8c8 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Mon Aug 30 16:16:25 2021 +0300 |
| committer | GitHub <noreply@github.com> | Mon Aug 30 15:16:25 2021 +0200 |
| tree | 03d23f0d379834e72bcc405f9ed69ea510f8a8d5 | |
| parent | d6cb5dd9e19210f5963ff8beadde7ca2fda71574 [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>