Version 6.x.x Source

Class TestShoppingCart

Inherits from unittest.case.TestCase

Note: Shopping Cart == Quotation

create_quotation (self)

No docs


disable_shopping_cart (self)

No docs


enable_shopping_cart (self)

No docs


login_as_customer (self)

No docs


login_as_new_user (self)

No docs


remove_all_items_from_cart (self)

No docs


remove_test_quotation (self, quotation)

No docs


setUp (self)

No docs


tearDown (self)

No docs


test_add_to_cart (self)

No docs


test_get_cart_customer (self)

No docs


test_get_cart_new_user (self)

No docs


test_remove_from_cart (self)

No docs


test_tax_rule (self)

No docs


test_update_cart (self)

No docs