This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-loan-origination.git
commit 531d83a9b9efa3fac928553c54a8c389b2dc57bf Merge: f909686 f813391 Author: Aman-Mittal <[email protected]> AuthorDate: Thu Jul 2 21:31:18 2026 +0530 Merge pull request #35 from KRYSTALM7/feature/FINERACT-2442-scoring-tests FINERACT-2442: Add unit tests for credit scoring factors and weights properties .../los/domain/enums/EmploymentStatus.java | 41 +++++ .../fineract/los/domain/enums/LoanPurpose.java | 53 ++++++ .../los/scoring/ScoringWeightsPropertiesTest.java | 103 +++++++++++ .../los/scoring/factors/DebtBurdenFactorTest.java | 204 +++++++++++++++++++++ .../factors/EmploymentStabilityFactorTest.java | 178 ++++++++++++++++++ .../scoring/factors/IncomeLoanRatioFactorTest.java | 190 +++++++++++++++++++ .../scoring/factors/LoanPurposeRiskFactorTest.java | 128 +++++++++++++ .../factors/RepaymentHistoryFactorTest.java | 176 ++++++++++++++++++ 8 files changed, 1073 insertions(+)
