test: Add test case statements
This commit is contained in:
parent
d43764c8e5
commit
27bdba49d4
23
erpnext/stock/doctype/pick_ticket/test_pick_ticket.py
Normal file
23
erpnext/stock/doctype/pick_ticket/test_pick_ticket.py
Normal file
@ -0,0 +1,23 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
|
||||
# See license.txt
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# import frappe
|
||||
import unittest
|
||||
|
||||
class TestPickTicket(unittest.TestCase):
|
||||
def test_pick_list_picks_warehouse_for_each_item():
|
||||
pass
|
||||
|
||||
def test_pick_list_skips_out_of_warranty_item():
|
||||
pass
|
||||
|
||||
def test_pick_list_skips_items_in_expired_batch():
|
||||
pass
|
||||
|
||||
def test_pick_list_shows_serial_no_for_serialized_item():
|
||||
pass
|
||||
|
||||
def test_pick_list_for_multiple_reference_doctypes():
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user