aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded shebang from test_processing.py.Elisei Roca2021-09-201-2/+0
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
|
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-4/+0
| | | | | | Revert "Always activate testing in every test module ever." This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+4
| | | | Kind of a dorky way to implement this, but...
* Removing reference to nose (thanks for catching, Elrond!)Christopher Allan Webber2013-05-121-3/+1
| | | | This commit sponsored by Kevin McCarthy. Thank you!
* 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.