mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 02:11:39 +00:00
[tests] [projects] merged tasks and projects and added quick edit of tasks from projects
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and Contributors
|
||||
# See license.txt
|
||||
|
||||
import frappe
|
||||
import unittest
|
||||
|
||||
test_records = frappe.get_test_records('Maintenance Schedule')
|
||||
|
||||
class TestMaintenanceSchedule(unittest.TestCase):
|
||||
pass
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Maintenance Schedule",
|
||||
"name": "_Test Maintenance Schedule 1"
|
||||
}
|
||||
]
|
||||
@@ -1,10 +0,0 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and Contributors
|
||||
# See license.txt
|
||||
|
||||
import frappe
|
||||
import unittest
|
||||
|
||||
test_records = frappe.get_test_records('Maintenance Visit')
|
||||
|
||||
class TestMaintenanceVisit(unittest.TestCase):
|
||||
pass
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Warranty Claim",
|
||||
"name": "_Test Warranty Claim 1"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user