magmastonealex / ffproc

A batch transcoding system. Supports multiple remote workers.
Apache License 2.0
46 stars 4 forks source link

Unit Testing #11

Open magmastonealex opened 6 years ago

magmastonealex commented 6 years ago

transformer.py is a little brittle, as is MediaParser.

Both could be fairly trivially unit tested, and would increase confidence when releasing new versions.

magmastonealex commented 6 years ago

Thinking about it:

Generate test vectors for MediaParser. Use ffprobe's json output into a file.