symposion_app/registrasion/tests
2016-04-06 14:02:23 +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 fix_simple_errors to cart - it zeroes out unavailable products. Adds test that it does that. 2016-04-06 14:02:22 +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 fix_simple_errors() now removes exhausted vouchers from the voucher set. 2016-04-06 14:02:23 +10:00