refactor: import from new location

This commit is contained in:
David
2024-10-06 11:54:52 +02:00
parent 13eb3c5c14
commit bda415a83d
142 changed files with 423 additions and 384 deletions

View File

@@ -2,8 +2,8 @@
# See license.txt
# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import IntegrationTestCase
class TestIncoterm(FrappeTestCase):
class TestIncoterm(IntegrationTestCase):
pass

View File

@@ -3,10 +3,10 @@
import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import IntegrationTestCase
class TestTransactionDeletionRecord(FrappeTestCase):
class TestTransactionDeletionRecord(IntegrationTestCase):
def setUp(self):
create_company("Dunder Mifflin Paper Co")