48 Commits (c46ff5604976c20aa8ad5e1df97c2a803558a076)

Author SHA1 Message Date
  Maik Hoepfel 634909aa9f Remove dependency on six library 11 years ago
  Maik Hoepfel 3ba9744098 Use assertEqual instead of assertEquals in test suite 11 years ago
  Maik Hoepfel 860fab7ba7 Ignore capitalisation of local part of email address 11 years ago
  David Winterbottom 70c053cf58 Extend login/registration view 11 years ago
  David Winterbottom d30fc8cb0a Disentangle Django's test client from Oscar's custom webtest class 11 years ago
  Maik Hoepfel a828dc2f6b Correctly handle multiple wishlists 11 years ago
  Izidor Matušov 6f0bf1e5cf Enforce changing password follow password rules 11 years ago
  Maik Hoepfel e413f858f6 Switch to Oscar's get_model function 11 years ago
  David Winterbottom c857b7582a Use Oscar's AbstractUser model for the test suite 11 years ago
  David Winterbottom b7a8bb9400 Allow customers to delete their profile 11 years ago
  benvand a61df5335f Refactor tests to use WebTestCase instead of ClientTestsCase 12 years ago
  Xavier Ordoquy 305b3f20c8 httplib compatibility with python3. 12 years ago
  Xavier Ordoquy 236f13a128 cast request.content to strings 12 years ago
  Xavier Ordoquy 0a1b4a60c7 assertEquals deprecated in favor of assertEqual 12 years ago
  Michael van Tellingen d8d74904ac Introduce settings to configure the recently viewed products cookie 12 years ago
  David Winterbottom 6492fcef1e Rework recently viewed products 12 years ago
  David Winterbottom 7b819ab052 Ensure removing an item using POST 12 years ago
  David Winterbottom e2b84d4245 Add unit tests for wishlist model 12 years ago
  Maik Hoepfel 422c0e4cd1 Add tests for wishlists 12 years ago
  Maik Hoepfel 49bd28e0d1 Update tests for re-arranged order views 12 years ago
  Maik Hoepfel ea7237fbbb Fix odd bug in tests 12 years ago
  David Winterbottom 1054d75b62 Fix broken tests due to all_lines change 12 years ago
  David Winterbottom 7b6fd5f98d Remove use of product.stockrecord in tests 12 years ago
  David Winterbottom e46ee500e3 All functional tests pass! Boom! 12 years ago
  David Winterbottom 708c4f3026 Rework customer registration view 12 years ago
  Maik Hoepfel 8f9d5db31f Move django-oscar-testsupport into oscar.test 12 years ago
  Maik Hoepfel 1bc23cdbec Update testing for Django 1.5 12 years ago
  chenull 4289f882b5 Support Django's 1.5 AUTH_USER_MODEL feature 12 years ago
  Skirmantas Jurgaitis c06899c318 Include 'back to search results' link on product detail page 12 years ago
  Maik Hoepfel c3a546100b Refactor customer app views. 12 years ago
  Maik Hoepfel fec0bcf588 Tests: Check new password works after changing it. 12 years ago
  David Winterbottom 8e02c1e487 Adjust email auth backend to allow emails to contain capitals 12 years ago
  David Winterbottom e9722a83c5 Make password reset pages only available to unauthenticated users 13 years ago
  Sebastian Vetter 521de4a3a4 Send warning emails when a user's email or password is changed 13 years ago
  David Winterbottom dbb75f1410 Fix bug with profile saving when not changing email address 13 years ago
  David Winterbottom 0dc6816a93 Extract functionality from oscar.test into separate package 13 years ago
  Sebastian Vetter 91cd80d6bc Check for existing email when updating profile 13 years ago
  David Winterbottom 9d60bef005 Major rewrite of stock alerts 13 years ago
  Sebastian Vetter 7df66f04f9 Add first version of stock alerts 13 years ago
  David Winterbottom 3b4af0add0 Move notifications into customer app 13 years ago
  David Winterbottom f0457323f7 Rework customer functional tests 13 years ago
  David Winterbottom 64a3e4e74d Fix broken URL regex for resetting password 13 years ago