aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/testplugins/callables3/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Added new tests to test hook_transform()Christopher Allan Webber2013-04-191-0/+3
|
* callable hook convenience functions.. now work, and with tests!Christopher Allan Webber2013-04-101-0/+38
- Added three "callables" test plugins. - updated callable_runone to check for unhandled_okay in the kwargs dict. All passing!