mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Fix unittest.TextTestResult showAll name (#7340)
This commit is contained in:
@@ -10,7 +10,7 @@ class TextTestResult(unittest.result.TestResult):
|
||||
dots: bool # undocumented
|
||||
separator1: str
|
||||
separator2: str
|
||||
showall: bool # undocumented
|
||||
showAll: bool # undocumented
|
||||
stream: TextIO # undocumented
|
||||
def __init__(self, stream: TextIO, descriptions: bool, verbosity: int) -> None: ...
|
||||
def getDescription(self, test: unittest.case.TestCase) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user