264 Commits (a641dbeaa0105aac2e6bb504db62da99d70bb0d8)

Author SHA1 Message Date
  Samir Shah 86fe75de4d Remove unnecessary webob dependency from oscar.test utils. 8 years ago
  erickmk 9a14f5e28a Remove several compatibility helpers for Django < 1.11. 8 years ago
  Samir Shah 8a3288da43 Drop support below Django 1.11 8 years ago
  yn_coder 2f76e31e08 Mark notification as read only when the detail view is visited. Fixes #2548. 8 years ago
  Samir Shah 89ff0b3da4 Fix URL character validation in dashboard PageUpdateForm. 8 years ago
  Samir Shah 6b0267ed3a Make ConditionalOffer.priority editable from dashboard. Fixes #2494. 8 years ago
  Samir Shah 2c5c428e35 Order items in ProductAlertListView by date created, descending. 8 years ago
  Joseph Wayodi 956b5b7853 Add management of attribute options in dashboard (#2448) 8 years ago
  Samir Shah 2ee352214e Fix site notifications generated by send_product_alerts. 8 years ago
  Samir Shah eea76f44c0 PEP8 cleanup, stop allowing PEP8 failures on Travis. 8 years ago
  Samir Shah c7dd981fea Add some more tests for ProductAlert form validation. 8 years ago
  Samir Shah 17193a4d08 Don't allow multiple unconfirmed product alerts for anonymous users. 8 years ago
  Samir Shah d351847f6a Add more tests for product alerts, save alerts sent to registered users, and notes to the docs. 8 years ago
  Samir Shah d415c34ccb Add documentation and tests for multi_option attribute. 8 years ago
  Samir Shah cefb76f5bb Replace deprecated assertEquals with assertEqual in tests. 8 years ago
  Samir Shah e690fe3165 Fix logic for determining 'hurry mode' on alerts. Fixes #2100, #2103. 8 years ago
  Alexander Gaevsky a96079eb01 Add test for user search in dashboard when user name contains from more than 2 parts. 9 years ago
  Alexander Gaevsky 5de4cfd6cc Extract cookies from TestApp instance, instead of Client instance. Make sure extracted basket cookie value is unquoted in the tests. 9 years ago
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 years ago
  Michael van Tellingen c26642732b Remove the oscar.test.decorators module 9 years ago
  Alexander Gaevsky 757220ce09 Remove Django Test Client usages in favor of WebTestCase. 9 years ago
  Michael van Tellingen c6db096e80 UnitTest.assertEqual instead of .assertEquals() 9 years ago
  Michael van Tellingen db33f8f158 Fix Python 3 issue with the Offer reports 9 years ago
  Michael van Tellingen 1ba28fda59
Fix tests 9 years ago
  Michael van Tellingen aafcc8a901
flake8 9 years ago
  Pete Graham d5d0c4059e Modify assert technique so test passes 9 years ago
  Alexander Gaevsky 6169826571 Show warning message if there is more than one product stock record has same SKU during product range edit in the dashboard. 9 years ago
  Alexander Gaevsky 26ab156541 Add test for product attribute update through the product edit page in the dashboard. 9 years ago
  Alexander Gaevsky afc6d6b814 Make sure wish list does not contain given product before moving to it. 9 years ago
  Michael van Tellingen 1859d71d94
Create a separate dashboard login/logout 9 years ago
  Michael van Tellingen c030a13359
Fix failing unittests 9 years ago
  Michael van Tellingen 7667e1c5d9 Fix tests to match updated translations 10 years ago
  Martijn Jacobs 5f50b9112a Added test for directly saving without all the steps, added test for the dashboard offer-list page. 10 years ago
  Denis Darii 6a595084f4 Some tests in TestCatalogueViews 10 years ago
  Michael van Tellingen 93d0fe8325 Add `clear_url_caches()` to reload_url_conf() in the functional test 10 years ago
  Michael van Tellingen 63d6547e98 Various import fixes which were removed in Django 1.9 10 years ago
  John Parton 541075fe0d Replace assert statements with appropriate assert* method. 10 years ago
  Alexander Gaevsky d3b24ed908 Fix shipping method validation test due since now it's been done without redirection 10 years ago
  Alexander Gaevsky aaee1d3579 setting date_closed on closing StockAlert, added additional check in stock alert tests, #1747 10 years ago
  Michael van Tellingen 174d4dcd67 Consolidate `oscar.test.factories` imports in the test modules 10 years ago
  Michael van Tellingen 6fad63a4d0 Split oscar.test.newfactories in multiple modules 10 years ago
  Michael van Tellingen d2aa734e85 Move the TestOrderSearch to the functional tests directory. 10 years ago
  Michael van Tellingen 8c32aaf3d9 Replace last occurences of django-dynamic-fixture with factory-boy 10 years ago
  Michael van Tellingen 5c4591fa75 Update tests to stop using nose specific functions 10 years ago
  Michael van Tellingen 71686acef1 Remove unused test code 11 years ago
  Marco Badan 027fac6d24 Use oscar.test.contextmanagers.mock_signal_receiver in review tests 11 years ago
  Michael van Tellingen 14cf5f3703 PEP8 fixes 11 years ago
  Marco Badan 0637b55bcd Improve test coverage in checkout views 11 years ago
  Maik Hoepfel c41c230956 Deprecate accessing categories without primary key 11 years ago
  Maik Hoepfel f338bd2f0b Cache Category.get_absolute_url 11 years ago