patch(
"explainshell.extraction.common.roff_utils.detect_nested_cmd",
return_value=False,
)
| 1 | """Tests for explainshell.extraction.llm.LLMExtractor — integration and LLM extraction.""" |
| 2 | |
| 3 | import os |
| 4 | import tempfile |
nothing calls this directly
no outgoing calls
no test coverage detected