refactor: Use IntegrationTestCase in multiple files

Signed-off-by: David <dgx.arnold@gmail.com>
This commit is contained in:
David
2024-10-08 02:13:00 +02:00
parent cd112795d3
commit 58c49dc9d2
42 changed files with 107 additions and 81 deletions

View File

@@ -1,14 +1,13 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
import unittest
import frappe
from frappe.desk import notifications
from frappe.tests import IntegrationTestCase
class TestNotifications(unittest.TestCase):
class TestNotifications(IntegrationTestCase):
def test_get_notifications_for_targets(self):
"""
Test notification config entries for targets as percentages