Exemplo n.º 1
0
def test_product_remove():
     
    p = bl.getProduct(code="POOLBL")
    db.removeProduct(p.productId)
Exemplo n.º 2
0
def removeProduct(productId):

    """ here admin validation """

    db.removeProduct(productId)