2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-02 18:31:06 +00:00
erpnext/erpnext/loan_management/doctype/loan_repayment/test_loan_repayment.py
2021-11-05 11:16:29 +05:30

10 lines
172 B
Python

# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# import frappe
import unittest
class TestLoanRepayment(unittest.TestCase):
pass