Izidor Matušov
405d927787
Shipping offers with zero discount are not included
Fixes #745
12 年之前
Maik Hoepfel
8f9d5db31f
Move django-oscar-testsupport into oscar.test
This allows updating code in both places, if necessary. Getting Django
1.5 support would be painful otherwise. This also removes the circular
dependency of django-oscar-testsupport on Oscar.
The requirements were merged. The imports were updated
accordingly. Unused imports in the touched files were removed. No
further changes.
12 年之前
David Winterbottom
51e188f37b
Reclassify order tests as integration tests
As they save stuff...
12 年之前
David Winterbottom
9157a54438
Don't allocate stock for product classes with track_stock=False
We now check in the OrderCreator for this attribute and only allocate if
it is true.
Fixes #671
12 年之前
David Winterbottom
79c9054f1e
Adjust implementation of shipping benefit to allow tracking of discounts
13 年之前
David Winterbottom
0dc6816a93
Extract functionality from oscar.test into separate package
Fixes #376
13 年之前
David Winterbottom
d94fdf4e24
Replace local patch_settings decorator with Django's override_settings
It didn't exist when I wrote patch_settings but now there's not point
having two versions of the same thing.
13 年之前
David Winterbottom
bbd5b9418d
Split order tests into separate modules.
13 年之前