(force: bool)
| 780 | } |
| 781 | |
| 782 | fn opts(force: bool) -> InstallOptions { |
| 783 | InstallOptions { |
| 784 | force, |
| 785 | cli_version: "0.11.1".to_string(), |
| 786 | source: "test".to_string(), |
| 787 | expect_agent: None, |
| 788 | skills_cache_dir: None, |
| 789 | repo_root: None, |
| 790 | } |
| 791 | } |
| 792 | |
| 793 | #[test] |
| 794 | #[serial] |
no outgoing calls
no test coverage detected