()
| 77 | |
| 78 | #[test] |
| 79 | fn test_options_skip_binary() { |
| 80 | let opts = RecordOptions::new().with_skip_binary(true); |
| 81 | assert!(opts.skip_binary()); |
| 82 | } |
| 83 | |
| 84 | #[test] |
| 85 | fn test_options_record_empty_files() { |
nothing calls this directly
no test coverage detected