Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-11-15 19:04:07 +07:00
parent a859bd5481
commit c7950c5c1e
30 changed files with 189 additions and 80 deletions

View File

@@ -0,0 +1,9 @@
from typing import Any
_logger: Any
def get_test_modules(module: Any): ...
def _get_tests_modules(path: Any, module: Any): ...
def make_suite(module_name: Any, position: str = ...): ...
def run_suite(suite: Any, module_name: Any): ...
def unwrap_suite(test: Any) -> None: ...