Esempio n. 1
0
def test_buy_product(app):
    '''
    Buy the specified item from a current shopping list
    :param app:
    :return:
    '''
    app.buy_product(Product.product_test())
Esempio n. 2
0
def test_add_product(app):
    '''
    Add the specified item to a current shopping list
    :param app:
    :return:
    '''
    app.add_product(Product.product_test())