mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
remove test based on deleted recurring_document.py
This commit is contained in:
@@ -306,10 +306,6 @@ class TestPurchaseInvoice(unittest.TestCase):
|
|||||||
"reference_name=%s", pi.name)
|
"reference_name=%s", pi.name)
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_recurring_invoice(self):
|
|
||||||
from erpnext.controllers.tests.test_recurring_document import test_recurring_document
|
|
||||||
test_recurring_document(self, test_records)
|
|
||||||
|
|
||||||
def test_total_purchase_cost_for_project(self):
|
def test_total_purchase_cost_for_project(self):
|
||||||
existing_purchase_cost = frappe.db.sql("""select sum(base_net_amount)
|
existing_purchase_cost = frappe.db.sql("""select sum(base_net_amount)
|
||||||
from `tabPurchase Invoice Item` where project = '_Test Project' and docstatus=1""")
|
from `tabPurchase Invoice Item` where project = '_Test Project' and docstatus=1""")
|
||||||
|
|||||||
Reference in New Issue
Block a user