Hi everyone, I hope you're doing well.
As part of my ongoing contributions to Apache Fineract, I’ve been reviewing the accounting module and noticed that it currently lacks a dedicated test suite compared to other parts of the codebase. To improve reliability and maintainability, I plan to start introducing test coverage for this module. The approach will focus on: - Unit tests for core accounting domain logic - Validation and exception scenarios - Incremental improvements to overall coverage without disrupting existing functionality I’ll begin with small, self-contained tests and expand gradually to ensure consistency with existing testing patterns in the project. Before proceeding further, I’d appreciate any guidance from the community on: - Whether there is any ongoing work or prior effort around adding tests to the accounting module - Areas where additional testing would provide the most value My goal is to strengthen confidence in the accounting module and contribute to the long-term quality of the codebase. Looking forward to your feedback. Best regards, Tofunmi Oguntibeju
