import make_item method in tests

This commit is contained in:
0Pranav 2019-11-21 13:19:44 +05:30
parent 4a28144941
commit f5112905dc

View File

@ -204,6 +204,7 @@ class TestQuotation(unittest.TestCase):
def test_expired_quotations(self):
import datetime
from erpnext.selling.doctype.quotation.quotation import set_expired_status
from erpnext.stock.doctype.item.test_item import make_item
test_item = make_item("_Test Paraglider",
{"is_stock_item":1})