mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
improved version
This commit is contained in:
@@ -78,12 +78,12 @@ class DiscoverRunner:
|
||||
) -> None: ...
|
||||
def build_suite(
|
||||
self,
|
||||
test_labels: Union[List[str], Tuple[str], Tuple[str, str]] = ...,
|
||||
test_labels: Union[Tuple[str, str], List[str], Tuple[str]] = ...,
|
||||
extra_tests: None = ...,
|
||||
**kwargs
|
||||
) -> TestSuite: ...
|
||||
def get_resultclass(self) -> None: ...
|
||||
def get_test_runner_kwargs(self) -> Dict[str, Union[None, int]]: ...
|
||||
def get_test_runner_kwargs(self) -> Dict[str, Optional[int]]: ...
|
||||
def run_checks(self) -> None: ...
|
||||
def run_suite(self, suite: TestSuite, **kwargs) -> TextTestResult: ...
|
||||
def run_tests(self, test_labels: List[str], extra_tests: List[Any] = ..., **kwargs) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user