From fd75d554d20921c0c5b1a213f1f82d61a1bb4333 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 9 Mar 2018 18:52:01 +0530 Subject: [PATCH] Payment Terms Template added in test_ignore for Company --- erpnext/setup/doctype/company/test_company.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/setup/doctype/company/test_company.py b/erpnext/setup/doctype/company/test_company.py index a5afbdb450..83b2998535 100644 --- a/erpnext/setup/doctype/company/test_company.py +++ b/erpnext/setup/doctype/company/test_company.py @@ -2,13 +2,12 @@ # License: GNU General Public License v3. See license.txt from __future__ import unicode_literals -test_ignore = ["Account", "Cost Center"] - import frappe import unittest from frappe.utils import random_string from erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts import get_charts_for_country +test_ignore = ["Account", "Cost Center", "Payment Terms Template"] test_records = frappe.get_test_records('Company') class TestCompany(unittest.TestCase):