()
| 984 | |
| 985 | #[test] |
| 986 | fn test_options_include_deleted() { |
| 987 | let opts = FileOutputOptions::new().include_deleted(true); |
| 988 | |
| 989 | assert!(opts.include_deleted); |
| 990 | } |
| 991 | |
| 992 | #[test] |
| 993 | fn test_options_include_deleted_false() { |
nothing calls this directly
no test coverage detected