mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
9
odoo-stubs/tests/loader.pyi
Normal file
9
odoo-stubs/tests/loader.pyi
Normal 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: ...
|
||||
Reference in New Issue
Block a user