arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
997 stars 219 forks source link

TransactionModel UnitTests #186

Closed PieterCK closed 7 months ago

PieterCK commented 7 months ago

Added new helper functions to quickly create a number of randomly populated journal entry, ledger, account and transactions in DjangoLedgerTest. Added unit tests for:

image