diff --git a/stdlib/2/unittest.pyi b/stdlib/2/unittest.pyi index e8b1b7f62..08cd73f46 100644 --- a/stdlib/2/unittest.pyi +++ b/stdlib/2/unittest.pyi @@ -53,6 +53,7 @@ class _AssertRaisesContext(_AssertRaisesBaseContext): class TestCase(Testable): failureException = ... # type: Type[BaseException] + longMessage = ... # type: bool def __init__(self, methodName: str = ...) -> None: ... def setUp(self) -> None: ... def tearDown(self) -> None: ...