mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 08:44:14 +08:00
4661af99c3
Annotate unittest.TestCase.skipTest() as no-return This method unconditionally raises unittest.SkipTest, which ends a test method early. unittest.TestCase.fail() works similarly, and is already annotated with NoReturn to indicate this behaviour.