conservancy_beancount/tests
Brett Smith 547ae65780 plugin.core: _meta_set properly handles when post.meta is None.
post is a NamedTuple, so attribute assignment is not allowed.
Instead we have to construct a whole new Posting.
2020-03-08 11:32:03 -04:00
..
__init__.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
test_meta_expenseAllocation.py plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04:00
test_meta_taxImplication.py plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04:00
test_plugin_HookRegistry.py plugin: Introduce HookRegistry. 2020-03-06 09:22:55 -05:00
test_plugin_run.py plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04:00
testutil.py plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04:00