mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
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.