()
| 830 | /// Test with_insecure builder method. |
| 831 | #[test] |
| 832 | fn test_pull_with_insecure() { |
| 833 | let pull = Pull::new().with_insecure(true); |
| 834 | assert!(pull.insecure); |
| 835 | } |
| 836 | |
| 837 | /// Test with_timeout builder method. |
| 838 | #[test] |
nothing calls this directly
no test coverage detected