mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[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:
parent
c6195d6e7a
commit
d47e49c230
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user