cjcodeproj / medialibrary

Python code to read XML media files
MIT License
2 stars 0 forks source link

The validator should summarize runs of all tests #151

Open cjcodeproj opened 10 months ago

cjcodeproj commented 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.

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.