aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-1/+1
|
* Rename to FilenameBuilder, with a main method named fill.Brett Smith2012-03-261-8/+8
| | | | | I think these names better convey what's actually going on. I updated the documentation a bit while I was at it.
* 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.