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.
Lars van de Kerkhof 0f2c6bf2c8 Retrieving product options now performs only 1 query. (#3037) 6 years ago
..
address Remove u prefix from all Python strings. 7 years ago
basket enforce max_affected_items during offer application (#2970) 6 years ago
catalogue Retrieving product options now performs only 1 query. (#3037) 6 years ago
checkout Drop mock in favour of unittest.mock 7 years ago
core Add test for app forking from current folder, refs PR #2995. 6 years ago
customer Fix normalise_email to handle email addresses with multiple @ symbols 7 years ago
dashboard Extract promotions application out of the Oscar core. 6 years ago
forms Remove u prefix from all Python strings. 7 years ago
offer enforce max_affected_items during offer application (#2970) 6 years ago
order Move `run_concurrently` from `tests/utils` to `src/oscar/test/utils` 6 years ago
partner Drop mock in favour of unittest.mock 7 years ago
payment Rename test file to match module tested. 9 years ago
search Replace calls to ugettext with gettext. 7 years ago
shipping Fix flake8 warnings introduced in flake8 3.6.0 7 years ago
templatetags Configurable thumbnail backends. (#2621) 6 years ago
voucher issue-id=2843 Add functionality to check if a voucher is available for a basket or not. 7 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_hidden_features.py Replace calls to super(ClassName, self) with super(). 7 years ago
test_logging.py Merge tests.integration with tests.unit 9 years ago
test_migrations.py Remove all uses of six. 7 years ago
test_settings.py Remove hacky setting `OSCAR_MAIN_TEMPLATE_DIR` completely. 6 years ago
test_wishlist.py Merge tests.integration with tests.unit 9 years ago