[test-stress-options] add budget to test book

the populated book has a budget. this enables more thorough testing of
budget reports.
This commit is contained in:
Christopher Lam 2019-10-03 08:06:16 +08:00
parent c6195d6e7a
commit d47e49c230

View File

@ -264,7 +264,9 @@
optionslist))
(define (tests)
(run-tests "with empty book")
(create-test-data)
;; (run-tests "with empty book")
(let ((env (create-test-env))
(account-alist (create-test-data)))
(gnc:create-budget-and-transactions env account-alist))
(create-test-invoice-data)
(run-tests "on a populated book"))