()
| 1041 | /// Test get_local_view with an explicit --to-view. |
| 1042 | #[test] |
| 1043 | fn test_get_local_view_explicit() { |
| 1044 | let pull = Pull::new().with_to_view("staging"); |
| 1045 | assert_eq!(pull.get_local_view("orange"), "staging"); |
| 1046 | } |
| 1047 | |
| 1048 | /// Test get_local_view defaults to the remote view being pulled. |
| 1049 | #[test] |
nothing calls this directly
no test coverage detected