mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
chore: Drop empty UnitTestCase
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
import frappe
|
||||
from frappe.tests import IntegrationTestCase, UnitTestCase
|
||||
from frappe.tests import IntegrationTestCase
|
||||
from frappe.utils import add_days, getdate, nowdate
|
||||
|
||||
from erpnext.projects.doctype.project_template.test_project_template import make_project_template
|
||||
@@ -14,15 +14,6 @@ from erpnext.tests.utils import ERPNextTestSuite
|
||||
IGNORE_TEST_RECORD_DEPENDENCIES = ["Sales Order"]
|
||||
|
||||
|
||||
class UnitTestProject(UnitTestCase):
|
||||
"""
|
||||
Unit tests for Project.
|
||||
Use this class for testing individual functions and methods.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class TestProject(ERPNextTestSuite):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
||||
Reference in New Issue
Block a user