summaryrefslogtreecommitdiff
path: root/obnamlib/hooks_tests.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Update copyright yearsLars Wirzenius1-1/+1
2016-01-15Reorder importsLars Wirzenius1-2/+1
2015-07-04Update copyright years on modified filesLars Wirzenius1-1/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-3/+8
2014-12-06Fix compatibility with Python 2.6Michel Alexandre Salim1-2/+3
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-02-17Fix unit test coverageLars Wirzenius1-0/+4
2014-02-16Convert MisingFilterError to StructuredErrorLars Wirzenius1-6/+0
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-13/+13
2012-04-21Rewrite filter hooks to be more usefulDaniel Silverstone1-20/+87
2012-04-21Hooks: Change from forward/reverse to integer prioritiesDaniel Silverstone1-3/+5
2012-02-24Make it possible to add callbacks in reverse orderLars Wirzenius1-0/+16
2011-04-05Make FilterHook pass extra arguments to every callback.Lars Wirzenius1-1/+9
2011-04-05Fix HookManager.call to return value of filter hooks.Lars Wirzenius1-0/+5
2011-04-05Add way to create filter hooks.Lars Wirzenius1-0/+4
2011-04-05Add a FilterHook type.Lars Wirzenius1-0/+17
2009-11-18Removed the name argument from the Hook initializer, since a hook has no busi...Lars Wirzenius1-4/+1
2009-11-18Wrote API for HookManager and tests for same.Lars Wirzenius1-0/+34
2009-11-18Implemented Hook class. Some adjustments to the tests as well.Lars Wirzenius1-1/+6
2009-11-18Wrote initial draft of Hook class, with tests. Tests do not yet pass.Lars Wirzenius1-0/+50