You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samir Shah 33e60d48d3 Fix order tests to use a mocked now(), so that we aren't relying on the test completing quickly in order to pass. 8 years ago
..
address Run the tests by default with postgresql 9 years ago
basket Fix return value of Line.line_tax for zero tax strategies. 8 years ago
catalogue Add datetime attribute to ProductAttributeValue as asked for in issue #2389 (#2393) 8 years ago
checkout Do not attempt to parse a phone number for a country when no country is set. 8 years ago
core Switch to using Django's password validation framework in Django >=1.9 8 years ago
customer Fix EmailBackend.authenticate() signature for Django 1.11. 8 years ago
dashboard Merge tests.integration with tests.unit 9 years ago
forms Fix handling of unicode formats in Oscar's date/time/datetime widgets. 8 years ago
offer fix bug in grouped_voucher_discounts (#2366) 8 years ago
order Fix order tests to use a mocked now(), so that we aren't relying on the test completing quickly in order to pass. 8 years ago
partner Check if stockrecord price is set when determining pricing policy in the `FixedRateTax` and `DeferredTax` pricing strategy mixins. 8 years ago
payment Rename test file to match module tested. 9 years ago
search Merge tests.integration with tests.unit 9 years ago
shipping Rename test file to match module tested. 9 years ago
templatetags Replace deprecated assertEquals with assertEqual in tests. 8 years ago
voucher Rename test file to match module tested. 9 years ago
__init__.py Add integration test for currency templatetag 13 years ago
test_auth.py Rename all tests files from *_tests.py to test_*.py 9 years ago
test_logging.py Merge tests.integration with tests.unit 9 years ago
test_migrations.py Rename all tests files from *_tests.py to test_*.py 9 years ago
test_promotion.py Merge tests.integration with tests.unit 9 years ago
test_settings.py Don't use django.template.Context for template rendering 8 years ago
test_wishlist.py Merge tests.integration with tests.unit 9 years ago