refactor(test): remove all remaining reference to integration test

This commit is contained in:
ruthra kumar
2026-03-19 06:33:52 +05:30
parent 08ee50a902
commit 35f6bc5d30
5 changed files with 0 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
import unittest
import frappe
from frappe.tests import IntegrationTestCase
from frappe.utils import random_string, today
from erpnext.crm.doctype.lead.lead import make_opportunity

View File

@@ -3,7 +3,6 @@
import unittest
import frappe
from frappe.tests import IntegrationTestCase
from frappe.utils import now_datetime, random_string, today
from erpnext.crm.doctype.lead.lead import make_customer