aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Add FilenameMunger class to processing, with tests.Brett Smith2012-03-251-0/+20
Munging filenames is something all media type processors want to be able to do, so I'm refactoring it out into a nice bite-sized class.