callable hook convenience functions.. now work, and with tests!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Apr 2013 22:36:21 +0000 (17:36 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Apr 2013 22:36:21 +0000 (17:36 -0500)
commitcdc821eb743729fe81dea573ef71091b777301c3
tree8d64b211e7e1dc17c82b935eba525dee13b89d91
parent70c061955c56d62956d707a0828ca2f1dc059aad
callable hook convenience functions.. now work, and with tests!

 - Added three "callables" test plugins.
 - updated callable_runone to check for unhandled_okay in the kwargs
   dict.

All passing!
mediagoblin/tests/test_pluginapi.py
mediagoblin/tests/testplugins/__init__.py [new file with mode: 0644]
mediagoblin/tests/testplugins/callables1/__init__.py [new file with mode: 0644]
mediagoblin/tests/testplugins/callables2/__init__.py [new file with mode: 0644]
mediagoblin/tests/testplugins/callables3/__init__.py [new file with mode: 0644]
mediagoblin/tools/pluginapi.py