show_mutant
Display code differences and mutation details for a specific mutant in Python projects using mutmut show to analyze test coverage and identify untested code paths.
Instructions
Show the code diff and details for a specific mutant using mutmut show. Args: mutation_id (str): The ID of the mutant to show. venv_path (Optional[str]): Path to the virtual environment, if any. Returns: str: The output of 'mutmut show '.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mutation_id | Yes | ||
| venv_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |