mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 08:11:19 +00:00
chore: Drop empty UnitTestCase
This commit is contained in:
@@ -2,16 +2,7 @@
|
||||
# See license.txt
|
||||
|
||||
# import frappe
|
||||
from frappe.tests import IntegrationTestCase, UnitTestCase
|
||||
|
||||
|
||||
class UnitTestIncoterm(UnitTestCase):
|
||||
"""
|
||||
Unit tests for Incoterm.
|
||||
Use this class for testing individual functions and methods.
|
||||
"""
|
||||
|
||||
pass
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
|
||||
class TestIncoterm(IntegrationTestCase):
|
||||
|
||||
@@ -3,16 +3,7 @@
|
||||
|
||||
|
||||
import frappe
|
||||
from frappe.tests import IntegrationTestCase, UnitTestCase
|
||||
|
||||
|
||||
class UnitTestTransactionDeletionRecord(UnitTestCase):
|
||||
"""
|
||||
Unit tests for TransactionDeletionRecord.
|
||||
Use this class for testing individual functions and methods.
|
||||
"""
|
||||
|
||||
pass
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
|
||||
class TestTransactionDeletionRecord(IntegrationTestCase):
|
||||
|
||||
Reference in New Issue
Block a user