コード例 #1
0
ファイル: tests.py プロジェクト: alamminsalo/py-webshop
def test_product_remove():
     
    p = bl.getProduct(code="POOLBL")
    db.removeProduct(p.productId)
コード例 #2
0
def removeProduct(productId):

    """ here admin validation """

    db.removeProduct(productId)