JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

Duplicate testing block #292

Open galenlynch opened 3 years ago

galenlynch commented 3 years ago

The test code has two blocks of tests that overlap a great deal, with the blocks beginning here: https://github.com/JuliaIO/VideoIO.jl/blob/4e76fefc57dff213240de1cab4187c9b9564ffac/test/avio.jl#L44 and here: https://github.com/JuliaIO/VideoIO.jl/blob/4e76fefc57dff213240de1cab4187c9b9564ffac/test/avio.jl#L122

It's possible that these could merged.