conservancy_beancount/tests
Brett Smith d34db71542 plugin: Introduce HookRegistry.
This is the layer that keeps track of the different groups of hooks and
can filter them before runtime. The idea here is that you'll be able
to do things like skip hooks that require network access when you don't
have it, or skip CPU-intensive hooks when you don't need them, etc.
2020-03-06 09:22:55 -05:00
..
__init__.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
test_meta_expenseAllocation.py plugin: Rename the main method of hooks from check to run. 2020-03-05 17:48:59 -05:00
test_meta_taxImplication.py plugin: Rename the main method of hooks from check to run. 2020-03-05 17:48:59 -05:00
test_plugin_HookRegistry.py plugin: Introduce HookRegistry. 2020-03-06 09:22:55 -05:00
test_plugin_run.py plugin: Introduce HookRegistry. 2020-03-06 09:22:55 -05:00
testutil.py expenseAllocation: Date-limit the transactions we work on. 2020-03-05 14:37:47 -05:00