cjcodeproj / medialibrary

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

Validation tool should report passing data. #117

Closed cjcodeproj closed 11 months ago

cjcodeproj commented 1 year ago

The validation tool should have the option of reporting data that passes all validation tests, instead of files that fail.

cjcodeproj commented 11 months ago

The work on this ticket has already been satisfied by the work on this ticket:

https://github.com/cjcodeproj/medialibrary/issues/118

By running:

$ python -m media.tools.media.validate --filter passing

It is possible to see all media that have passed the validation tests.