()
| 284 | |
| 285 | #[test] |
| 286 | fn to_string_one_input_test() { |
| 287 | assert_eq!(get_one_input_args().to_string(), |
| 288 | "-progress tcp://localhost:1234 -stats_period 0.5 -y -i 1080-60.y4m -b:v 6M -c:v h264_nvenc -preset hq -tune hq -profile:v high -rc cbr -multipass qres -rc-lookahead 8 -f null -" |
| 289 | ); |
| 290 | } |
| 291 | |
| 292 | #[test] |
| 293 | fn to_string_two_input_test() { |
nothing calls this directly
no outgoing calls
no test coverage detected