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:
@@ -4,6 +4,6 @@ from ..tests import OdooSuite
|
|||||||
from .runner import OdooTestResult
|
from .runner import OdooTestResult
|
||||||
|
|
||||||
def get_test_modules(module: str) -> list: ...
|
def get_test_modules(module: str) -> list: ...
|
||||||
def make_suite(module_name: str, position: str = ...) -> OdooSuite: ...
|
def make_suite(module_names: str, position: str = ...) -> OdooSuite: ...
|
||||||
def run_suite(suite: OdooSuite, module_name: str) -> OdooTestResult: ...
|
def run_suite(suite: OdooSuite, module_name: str | None = ...) -> OdooTestResult: ...
|
||||||
def unwrap_suite(test) -> Iterator: ...
|
def unwrap_suite(test) -> Iterator: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user