refactor: Use IntegrationTestCase in multiple files

Signed-off-by: David <dgx.arnold@gmail.com>
This commit is contained in:
David
2024-10-08 00:42:00 +02:00
parent cd112795d3
commit e75eebc7a0
85 changed files with 208 additions and 168 deletions

View File

@@ -2,13 +2,14 @@ import unittest
from uuid import uuid4 as _uuid4
import frappe
from frappe.tests import IntegrationTestCase
def uuid4():
return str(_uuid4())
class TestTaxes(unittest.TestCase):
class TestTaxes(IntegrationTestCase):
def setUp(self):
self.company = frappe.get_doc(
{