mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
chore: Drop empty UnitTestCase
This commit is contained in:
@@ -2,20 +2,11 @@
|
||||
# See license.txt
|
||||
|
||||
import frappe
|
||||
from frappe.tests import IntegrationTestCase, UnitTestCase
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
from .quality_procedure import add_node
|
||||
|
||||
|
||||
class UnitTestQualityProcedure(UnitTestCase):
|
||||
"""
|
||||
Unit tests for QualityProcedure.
|
||||
Use this class for testing individual functions and methods.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class TestQualityProcedure(IntegrationTestCase):
|
||||
def test_add_node(self):
|
||||
procedure = create_procedure(
|
||||
|
||||
Reference in New Issue
Block a user