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
917 stars 215 forks source link

Test: Added unit tests related to JournalEntryModel #187

Open PieterCK opened 6 months ago

PieterCK commented 6 months ago

Tests added here uses some helper methods from my other PR : https://github.com/arrobalytics/django-ledger/pull/186.

The creation and displaying of transactions are done through some Journal Entry URLs and views, so these tests I thought are more appropriate to be categorized as Journal Entry unit tests.

Added a unit test to check:

image