diff --git a/erpnext/stock/doctype/item_attribute_value/test_item_attribute_value.py b/erpnext/stock/doctype/item_attribute_value/test_item_attribute_value.py deleted file mode 100644 index 86b89080411..00000000000 --- a/erpnext/stock/doctype/item_attribute_value/test_item_attribute_value.py +++ /dev/null @@ -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('Item Attribute Value') - -class TestItemAttributeValue(unittest.TestCase): - pass diff --git a/erpnext/stock/doctype/item_attribute_value/test_records.json b/erpnext/stock/doctype/item_attribute_value/test_records.json deleted file mode 100644 index dcfdf23fa9c..00000000000 --- a/erpnext/stock/doctype/item_attribute_value/test_records.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "doctype": "Item Attribute Value", - "name": "_Test Item Attribute Value 1" - } -]