增加环绕侦察场景适配

This commit is contained in:
2026-01-08 15:44:38 +08:00
parent 3eba1f962b
commit 10c5bb5a8a
5441 changed files with 40219 additions and 379695 deletions

View File

@@ -8,11 +8,11 @@ class PytestTester:
def __init__(self, module_name: str) -> None: ...
def __call__(
self,
label: L["fast", "full"] = ...,
verbose: int = ...,
extra_argv: Iterable[str] | None = ...,
doctests: L[False] = ...,
coverage: bool = ...,
durations: int = ...,
tests: Iterable[str] | None = ...,
label: L["fast", "full"] = "fast",
verbose: int = 1,
extra_argv: Iterable[str] | None = None,
doctests: L[False] = False,
coverage: bool = False,
durations: int = -1,
tests: Iterable[str] | None = None,
) -> bool: ...