import_utils
autogen.import_utils.skip_on_missing_imports
skip_on_missing_imports
Decorator to skip a test if an optional module is missing
Parameters:Name | Description |
---|---|
modules | Type: str | Iterable[str] |
dep_target | Target name for pip installation (e.g. ‘test’ in pip install ag2[test]) Type: str | None Default: None |