()
| 921 | /// Test with_insecure builder method. |
| 922 | #[test] |
| 923 | fn test_pull_with_insecure() { |
| 924 | let pull = Pull::new().with_insecure(true); |
| 925 | assert!(pull.insecure); |
| 926 | } |
| 927 | |
| 928 | /// Test with_timeout builder method. |
| 929 | #[test] |
nothing calls this directly
no test coverage detected