mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Restore stubtest 0.930 (#6663)
This commit is contained in:
@@ -6,6 +6,9 @@ import unittest.suite
|
||||
from types import ModuleType
|
||||
from typing import Any, Iterable, Protocol, Type
|
||||
|
||||
MAIN_EXAMPLES: str
|
||||
MODULE_EXAMPLES: str
|
||||
|
||||
class _TestRunner(Protocol):
|
||||
def run(self, test: unittest.suite.TestSuite | unittest.case.TestCase) -> unittest.result.TestResult: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user