conservancy_beancount/tests
Brett Smith 3fbc14d377 Improve organization between modules.
* Rename _typing to beancount_types to better reflect what it is.
* LessComparable isn't a Beancount type, so move that to
  plugin.core with its dependent helper classes.
* Errors are a core Beancount concept, so move that module to the
  top level and have it include appropriate type definitions.
2020-03-15 16:03:57 -04:00
..
__init__.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
test_meta_expense_allocation.py plugin: Transform posting hooks into transaction hooks. 2020-03-15 15:50:14 -04:00
test_meta_tax_implication.py plugin: Transform posting hooks into transaction hooks. 2020-03-15 15:50:14 -04:00
test_plugin_HookRegistry.py plugin: Transform posting hooks into transaction hooks. 2020-03-15 15:50:14 -04:00
test_plugin_run.py Improve organization between modules. 2020-03-15 16:03:57 -04:00
testutil.py plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04:00