redstreet / beancount_reds_importers

Simple ingesting tools for Beancount (plain text, double entry accounting software). More importantly, a framework to allow you to easily write your own importers.
GNU General Public License v3.0
111 stars 38 forks source link

Unit test did not break, but should have #73

Open redstreet opened 1 year ago

redstreet commented 1 year ago

72 should have broken the schwab_csv_brokerage unit test, which it did not. Fix.

redstreet commented 1 year ago

This is because Beancount regression tester calls file_account() with an already initialized importer, while bean-file calls it with an uninitialized importer.

Probably doesn't matter for Beancount, but matters for beancount_reds_importers.