mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[test-fix] circular reference
This commit is contained in:
@@ -6,6 +6,7 @@ from __future__ import unicode_literals
|
|||||||
import frappe, unittest
|
import frappe, unittest
|
||||||
|
|
||||||
test_records = frappe.get_test_records('Fiscal Year')
|
test_records = frappe.get_test_records('Fiscal Year')
|
||||||
|
test_ignore = ["Company"]
|
||||||
|
|
||||||
class TestFiscalYear(unittest.TestCase):
|
class TestFiscalYear(unittest.TestCase):
|
||||||
def test_extra_year(self):
|
def test_extra_year(self):
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
test_records = frappe.get_test_records('Uom')
|
test_records = frappe.get_test_records('UOM')
|
||||||
|
|||||||
Reference in New Issue
Block a user