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:
@@ -1,10 +1,11 @@
|
||||
from importlib.machinery import ModuleSpec
|
||||
from typing import Iterator
|
||||
|
||||
from .runner import OdooTestResult
|
||||
from ..tests import OdooSuite
|
||||
|
||||
def get_test_modules(module: str) -> list: ...
|
||||
def _get_tests_modules(path: str, module: str) -> list: ...
|
||||
def _get_tests_modules(mod: ModuleSpec) -> list: ...
|
||||
def make_suite(module_names: list[str], position: str = ...) -> OdooSuite: ...
|
||||
def run_suite(suite: OdooSuite, module_name: str | None = ...) -> OdooTestResult: ...
|
||||
def unwrap_suite(test) -> Iterator: ...
|
||||
|
||||
Reference in New Issue
Block a user