mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +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 UnitTestBulkTransactionLog(UnitTestCase):
|
||||
"""
|
||||
Unit tests for BulkTransactionLog.
|
||||
Use this class for testing individual functions and methods.
|
||||
"""
|
||||
|
||||
pass
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
|
||||
class TestBulkTransactionLog(IntegrationTestCase):
|
||||
|
||||
@@ -2,16 +2,7 @@
|
||||
# See license.txt
|
||||
|
||||
# import frappe
|
||||
from frappe.tests import IntegrationTestCase, UnitTestCase
|
||||
|
||||
|
||||
class UnitTestBulkTransactionLogDetail(UnitTestCase):
|
||||
"""
|
||||
Unit tests for BulkTransactionLogDetail.
|
||||
Use this class for testing individual functions and methods.
|
||||
"""
|
||||
|
||||
pass
|
||||
from frappe.tests import IntegrationTestCase
|
||||
|
||||
|
||||
class TestBulkTransactionLogDetail(IntegrationTestCase):
|
||||
|
||||
Reference in New Issue
Block a user