Create a default ToolContext for tests
()
| 10 | |
| 11 | /// Create a default ToolContext for tests |
| 12 | fn test_tool_context() -> ToolContext { |
| 13 | ToolContext::new(PathBuf::from("/tmp")) |
| 14 | } |
| 15 | |
| 16 | #[test] |
| 17 | fn test_plan_step_delegation_detection() { |
no outgoing calls
no test coverage detected