75 커밋 (d9c10dfd8acf8fd03e22ea2eb25b53a0c1d38bc3)

작성자 SHA1 메시지 날짜
  dfirst 3cd865a4c5 Fix handling of missing lines in wishlist views (#3053) 6 년 전
  Alexander Gaevsky f959e9213f Update test in case if home page has redirection. 8 년 전
  Samir Shah 100edceea1 Remove support for deprecated product alert email templates. 7 년 전
  Samir Shah a7edc8ba2f Drop mock in favour of unittest.mock 7 년 전
  Samir Shah 13e2ed127c Remove all uses of six. 7 년 전
  Samir Shah 8560a90490 Replace calls to super(ClassName, self) with super(). 7 년 전
  Samir Shah e2bed3fd95 Remove u prefix from all Python strings. 7 년 전
  Samir Shah 87625ef6b6 Use Django's class-based authentication views. 7 년 전
  Samir Shah 86fe75de4d Remove unnecessary webob dependency from oscar.test utils. 8 년 전
  Samir Shah 8a3288da43 Drop support below Django 1.11 8 년 전
  yn_coder 2f76e31e08 Mark notification as read only when the detail view is visited. Fixes #2548. 8 년 전
  Samir Shah 2ee352214e Fix site notifications generated by send_product_alerts. 8 년 전
  Samir Shah eea76f44c0 PEP8 cleanup, stop allowing PEP8 failures on Travis. 8 년 전
  Samir Shah c7dd981fea Add some more tests for ProductAlert form validation. 8 년 전
  Samir Shah 17193a4d08 Don't allow multiple unconfirmed product alerts for anonymous users. 8 년 전
  Samir Shah d351847f6a Add more tests for product alerts, save alerts sent to registered users, and notes to the docs. 8 년 전
  Samir Shah e690fe3165 Fix logic for determining 'hurry mode' on alerts. Fixes #2100, #2103. 8 년 전
  Alexander Gaevsky 5de4cfd6cc Extract cookies from TestApp instance, instead of Client instance. Make sure extracted basket cookie value is unquoted in the tests. 9 년 전
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 년 전
  Alexander Gaevsky 757220ce09 Remove Django Test Client usages in favor of WebTestCase. 9 년 전
  Michael van Tellingen c6db096e80 UnitTest.assertEqual instead of .assertEquals() 9 년 전
  Michael van Tellingen aafcc8a901
flake8 9 년 전
  Alexander Gaevsky afc6d6b814 Make sure wish list does not contain given product before moving to it. 9 년 전
  Michael van Tellingen c030a13359
Fix failing unittests 9 년 전
  Michael van Tellingen 8c32aaf3d9 Replace last occurences of django-dynamic-fixture with factory-boy 10 년 전
  Maik Hoepfel 634909aa9f Remove dependency on six library 11 년 전
  Maik Hoepfel 3ba9744098 Use assertEqual instead of assertEquals in test suite 11 년 전
  Maik Hoepfel 860fab7ba7 Ignore capitalisation of local part of email address 11 년 전
  David Winterbottom 70c053cf58 Extend login/registration view 11 년 전
  David Winterbottom d30fc8cb0a Disentangle Django's test client from Oscar's custom webtest class 12 년 전
  Maik Hoepfel a828dc2f6b Correctly handle multiple wishlists 12 년 전
  Izidor Matušov 6f0bf1e5cf Enforce changing password follow password rules 12 년 전
  Maik Hoepfel e413f858f6 Switch to Oscar's get_model function 12 년 전
  David Winterbottom c857b7582a Use Oscar's AbstractUser model for the test suite 12 년 전
  David Winterbottom b7a8bb9400 Allow customers to delete their profile 12 년 전
  benvand a61df5335f Refactor tests to use WebTestCase instead of ClientTestsCase 12 년 전
  Xavier Ordoquy 305b3f20c8 httplib compatibility with python3. 12 년 전
  Xavier Ordoquy 236f13a128 cast request.content to strings 12 년 전
  Xavier Ordoquy 0a1b4a60c7 assertEquals deprecated in favor of assertEqual 12 년 전
  Michael van Tellingen d8d74904ac Introduce settings to configure the recently viewed products cookie 12 년 전
  David Winterbottom 6492fcef1e Rework recently viewed products 12 년 전
  David Winterbottom 7b819ab052 Ensure removing an item using POST 12 년 전
  David Winterbottom e2b84d4245 Add unit tests for wishlist model 12 년 전
  Maik Hoepfel 422c0e4cd1 Add tests for wishlists 12 년 전
  Maik Hoepfel 49bd28e0d1 Update tests for re-arranged order views 12 년 전
  Maik Hoepfel ea7237fbbb Fix odd bug in tests 12 년 전
  David Winterbottom 1054d75b62 Fix broken tests due to all_lines change 12 년 전
  David Winterbottom 7b6fd5f98d Remove use of product.stockrecord in tests 12 년 전
  David Winterbottom e46ee500e3 All functional tests pass! Boom! 12 년 전
  David Winterbottom 708c4f3026 Rework customer registration view 12 년 전