django-ledger icon indicating copy to clipboard operation
django-ledger copied to clipboard

Test: Added unit tests related to JournalEntryModel

Open PieterCK opened this issue 1 year ago • 0 comments

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:

  • protected views in all Journal Entry URLs.
  • Journal Entry Detail View displays correct transactions

image

PieterCK avatar Feb 27 '24 13:02 PieterCK