Update test_company.py (#14360)
This commit is contained in:
parent
1389030739
commit
dabe21051c
@ -7,7 +7,7 @@ import unittest
|
|||||||
from frappe.utils import random_string
|
from frappe.utils import random_string
|
||||||
from erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts import get_charts_for_country
|
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_ignore = ["Account", "Cost Center", "Payment Terms Template", "Salary Component"]
|
||||||
test_records = frappe.get_test_records('Company')
|
test_records = frappe.get_test_records('Company')
|
||||||
|
|
||||||
class TestCompany(unittest.TestCase):
|
class TestCompany(unittest.TestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user