mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
committed by
Guido van Rossum
parent
fe5e12795f
commit
afc84c119c
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user