aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/testplugins
Commit message (Collapse)AuthorAgeFilesLines
* Fully working context hooks, both template/view and global level, with testsChristopher Allan Webber2013-05-144-0/+89
| | | | | | Needs documentation though... that's coming next :) This commit sponsored by Luca Tius. Thanks Luca!
* Unit tests for plugins defining their own config_spec.ini!Christopher Allan Webber2013-05-082-0/+26
| | | | This commit sponsored by David Ahmed. Thank you!
* Let's not use reserved keywords :)Christopher Allan Webber2013-04-191-2/+2
|
* Added new tests to test hook_transform()Christopher Allan Webber2013-04-193-3/+11
|
* callable hook convenience functions.. now work, and with tests!Christopher Allan Webber2013-04-104-0/+132
- Added three "callables" test plugins. - updated callable_runone to check for unhandled_okay in the kwargs dict. All passing!