SIGN IN SIGN UP

bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)

Method stopTestRun() is now always called in pair with method startTestRun()
for TestResult objects implicitly created in TestCase.run().
Previously it was not called for test methods and classes decorated with
a skipping decorator.
S
Serhiy Storchaka committed
a9640d75531d6cbbfd254b65435f238c26bf5cd9
Parent: 64f9e7b
Committed by GitHub <noreply@github.com> on 8/22/2021, 7:33:52 AM