[fix] remove test for item attribute value

This commit is contained in:
Rushabh Mehta 2014-10-07 15:39:35 +05:30
parent 724f9e57e3
commit db08041f05
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
[
{
"doctype": "Item Attribute Value",
"name": "_Test Item Attribute Value 1"
}
]