Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded shebang from test_processing.py. | Elisei Roca | 2021-09-20 | 1 | -2/+0 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -3/+3 |
| | |||||
* | Reverting "Always activate testing in every test module ever." | Christopher Allan Webber | 2013-05-17 | 1 | -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 Webber | 2013-05-16 | 1 | -0/+4 |
| | | | | Kind of a dorky way to implement this, but... | ||||
* | Removing reference to nose (thanks for catching, Elrond!) | Christopher Allan Webber | 2013-05-12 | 1 | -3/+1 |
| | | | | This commit sponsored by Kevin McCarthy. Thank you! | ||||
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | Rename to FilenameBuilder, with a main method named fill. | Brett Smith | 2012-03-26 | 1 | -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 Smith | 2012-03-25 | 1 | -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. |