django-ledger
django-ledger copied to clipboard
Test: Added unit tests related to JournalEntryModel
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