symposion_app/registrasion/tests
2016-10-06 11:52:46 -07:00
..
__init__.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
controller_helpers.py Stops testing using ManualPayment, and just uses PaymentBase instead 2016-04-25 16:45:42 +10:00
patches.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
test_batch.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
test_cart.py Adds tests for reservation duration 2016-10-06 11:52:46 -07:00
test_ceilings.py Flake8 fixes 2016-04-29 11:08:45 +10:00
test_credit_note.py Moves total_payments() to Invoice model; adds balance_due() 2016-09-16 09:35:12 +10:00
test_discount.py Makes sure that discounts always apply to the most expensive product in the cart first. Adds test to that effect. 2016-09-15 16:01:49 +10:00
test_flag.py When setting quantities on products, only raise errors if they’re due to changes made during the current call to set_quantities. 2016-09-15 16:33:19 +10:00
test_group_member.py Adds test for GroupMemberCondition 2016-09-15 15:33:43 +10:00
test_helpers.py Simplifies credit note tests 2016-09-15 11:28:14 +10:00
test_invoice.py Moves total_payments() to Invoice model; adds balance_due() 2016-09-16 09:35:12 +10:00
test_refund.py Replaces active/released flags in Cart with a single int flag. Closes #41 2016-04-25 15:36:55 +10:00
test_speaker.py Adds final test, all three now pass. 2016-09-04 14:00:56 +10:00
test_voucher.py Replaces active/released flags in Cart with a single int flag. Closes #41 2016-04-25 15:36:55 +10:00