deepeshgarg007
6 years ago
9 changed files with 15 additions and 35 deletions
@ -1,14 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors |
|||
# See license.txt |
|||
from __future__ import unicode_literals |
|||
|
|||
import frappe |
|||
import unittest, time |
|||
from frappe.utils.selenium_testdriver import TestDriver |
|||
from erpnext.crm.doctype.opportunity.test_opportunity import make_opportunity |
|||
|
|||
class TestLostReason(unittest.TestCase): |
|||
pass |
|||
|
|||
|
@ -1,10 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors |
|||
# See license.txt |
|||
from __future__ import unicode_literals |
|||
|
|||
import frappe |
|||
import unittest |
|||
|
|||
class TestOpportunityLostReason(unittest.TestCase): |
|||
pass |
Loading…
Reference in new issue