mix beancount.golden.update (beancount_ex v0.6.0)

Copy Markdown View Source

Regenerate the golden fixtures under test/fixtures/golden/.

For every fixture case it:

  • evaluates input.exs and writes the rendered expected.bean;
  • if bean-check is available, runs it and writes the normalized expected.result.json.

Usage

mix beancount.golden.update

Rendering is deterministic, so re-running the task without changing inputs produces no diff.