command_test_env¶
- 
lsst.daf.butler.cli.utils.command_test_env(runner: click.testing.CliRunner, commandModule: str, commandName: str) → collections.abc.Iterator[None]¶
- A context manager that creates (and then cleans up) an environment that provides a CLI plugin command with the given name. - Parameters: