From db08041f0586fb6f0ab8cd4f044798989a74f2ad Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 7 Oct 2014 15:39:35 +0530 Subject: [PATCH] [fix] remove test for item attribute value --- .../item_attribute_value/test_item_attribute_value.py | 10 ---------- .../doctype/item_attribute_value/test_records.json | 6 ------ 2 files changed, 16 deletions(-) delete mode 100644 erpnext/stock/doctype/item_attribute_value/test_item_attribute_value.py delete mode 100644 erpnext/stock/doctype/item_attribute_value/test_records.json 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" - } -]