symposion_app/registrasion/tests
2016-04-06 10:22:44 +10:00
..
__init__.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
cart_controller_helper.py flake8 compliance 2016-04-03 13:21:57 +10:00
patch_datetime.py Fixes flake8 errors 2016-01-22 17:21:29 +11:00
test_cart.py flake8 compliance 2016-04-03 13:21:57 +10:00
test_ceilings.py Refactors discount ceiling testing to make sure that the discount ceiling only considers items where the discount was applied in determining if the discount was reached. 2016-04-03 13:16:35 +10:00
test_discount.py Removes set_quantity and add_to_cart from CartController, and factors it into a test controller for testing 2016-04-03 10:07:59 +10:00
test_enabling_condition.py Adds a validation based on available_products to validate_cart, and a test based on simple enabling conditions 2016-04-06 10:22:44 +10:00
test_invoice.py Removes set_quantity and add_to_cart from CartController, and factors it into a test controller for testing 2016-04-03 10:07:59 +10:00
test_refund.py Removes set_quantity and add_to_cart from CartController, and factors it into a test controller for testing 2016-04-03 10:07:59 +10:00
test_voucher.py Refactors discount ceiling testing to make sure that the discount ceiling only considers items where the discount was applied in determining if the discount was reached. 2016-04-03 13:16:35 +10:00