Merge pull request #43533 from blaggacao/test-refactoring/test-accounts-settings-py

Refactor: Use IntegrationTestCase in test_accounts_settings.py
This commit is contained in:
David Arnold
2024-10-07 21:23:51 +02:00
committed by GitHub

View File

@@ -1,9 +1,10 @@
import unittest
import frappe
from frappe.tests import IntegrationTestCase
class TestAccountsSettings(unittest.TestCase):
class TestAccountsSettings(IntegrationTestCase):
def tearDown(self):
# Just in case `save` method succeeds, we need to take things back to default so that other tests
# don't break