aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_processing.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded shebang from test_processing.py.Elisei Roca2021-09-201-2/+0
* 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
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+4
* Removing reference to nose (thanks for catching, Elrond!)Christopher Allan Webber2013-05-121-3/+1
* 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
* Add FilenameMunger class to processing, with tests.Brett Smith2012-03-251-0/+20