()
| 961 | /// Test with_insecure builder method. |
| 962 | #[test] |
| 963 | fn test_pull_with_insecure() { |
| 964 | let pull = Pull::new().with_insecure(true); |
| 965 | assert!(pull.insecure); |
| 966 | } |
| 967 | |
| 968 | /// Test with_timeout builder method. |
| 969 | #[test] |
nothing calls this directly
no test coverage detected