Open cjcodeproj opened 10 months ago
The validator runs the same tests against every piece of media in a repository.
For example, on 200 movies the test movie.technical.runtime.value runs 200 times.
movie.technical.runtime.value
The validator code should have an option of summarizing the run of every test as a pass/fail ratio.
So if the test movie.technical.runtime.value runs 200 times, and passes 190, then it should report it as.
movie.technical.runtime.value. 190/200
It should be presented as a final report at the end of the output, and it should be controlled by a command line flag.
The validator runs the same tests against every piece of media in a repository.
For example, on 200 movies the test
movie.technical.runtime.value
runs 200 times.The validator code should have an option of summarizing the run of every test as a pass/fail ratio.
So if the test
movie.technical.runtime.value
runs 200 times, and passes 190, then it should report it as.It should be presented as a final report at the end of the output, and it should be controlled by a command line flag.