beancount / beanprice

Daily price quotes fetching library for plain-text accounting
GNU General Public License v2.0
66 stars 37 forks source link

Run CI on beancount v2 and v3. #42

Closed doriath closed 3 years ago

doriath commented 3 years ago

Refs #36.

xuhcc commented 3 years ago

Several tests are failing because run_with_args has been removed in v3. This function is only used in beanprice/price_test.py, so we can just copy it to this module.

doriath commented 3 years ago

Update the PR to copy the missing run_with_args method, all checks should be passing now for both v2 and v3.

xuhcc commented 3 years ago

Thank you!