323 Révisions (b974b69ecd8ed7caf66ea097e2fc9066af9efead)

Auteur SHA1 Message Date
  Lars van de Kerkhof 3ee0fd713c Added unittest for StockRecordForm il y a 7 ans
  Samir Shah a7edc8ba2f Drop mock in favour of unittest.mock il y a 7 ans
  Samir Shah 1c28cbadf8 Add some tests for core.application and customer.utils. il y a 8 ans
  Basil Dubyk 6cb796faaf Add ability to add many phone number fields il y a 8 ans
  Tobias 784e56a0d1 Cast PhoneNumber field to unicode before storing in session. Fixes #2421 (#2441) il y a 8 ans
  Michael van Tellingen 0ebe344a27 Merge tests.integration with tests.unit il y a 9 ans
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py il y a 9 ans
  Michael van Tellingen fa8aca9818 Remove oscar.core.utils.compose il y a 9 ans
  Michael van Tellingen 8266000b8e Use the django-phonenumber-field module instead of our own il y a 9 ans
  Alexander Gaevsky b75153ad49 Add tests for CheckoutSessionMixin.check_basket_is_valid method. il y a 9 ans
  Michael van Tellingen c06483f5ab Fix customisation tests by going full pytest il y a 9 ans
  Alexander Gaevsky 0425036905 Add test to verify that base dashboard app config inherited properly. il y a 9 ans
  Michael van Tellingen caba5037c0 Open files with the context manager to close them properly il y a 9 ans
  Michael van Tellingen aafcc8a901
flake8 il y a 9 ans
  Zachary B. Mott ee3e907a1b #2112. Fix postal code validator for Brunei Darussalam. il y a 9 ans
  Alexander Gaevsky 5ef5570873 Fix dashboard report form when date range is incomplete, add tests. il y a 9 ans
  Alexander Gaevsky 8495953323 Fix UnicodeCSVWriter __enter__ method, breaking class usage as context manager, added test. il y a 9 ans
  Martijn Jacobs 3b6bbd4b55 Added tests for the basketline formset to make sure the queryset is ordered il y a 9 ans
  Victor Munene 87746b6662 allow get_class to work with modules that aren't in oscar's core il y a 9 ans
  Alexander Gaevsky 051c9770eb Add setting to allow SlugField and AutoSlugField accept unicode and automatically generate unicode-containing slugs. il y a 10 ans
  John Parton b6ff55aa67 If ExpiryMonthField is optional, don't throw an attribute error if value is None. il y a 10 ans
  John Parton 6b9ae9e702 If 'None' is passed to a BankcardNumberField, raise a Validation error instead of an Attribute error. il y a 10 ans
  Maik Hoepfel b44a5592d7 Document and fix tests for #1964 il y a 10 ans
  Michael van Tellingen dfa8bcb88e Fix failing tests since we now live in 2016 il y a 10 ans
  Anentropic 992198eca7 tests for deprecated decorator il y a 10 ans
  Michael van Tellingen a421475b2b Simplify the test for the @python_2_unicode_compatible il y a 10 ans
  Michael van Tellingen b1d028e41e Fix unittests on 1.7/1.8 by fixing TemplateDoesNotExist exception il y a 10 ans
  Michael van Tellingen 63d6547e98 Various import fixes which were removed in Django 1.9 il y a 10 ans
  Juan Madurga d4dbf20f42 Fix create_line_reference for options already enconded to utf-8 il y a 10 ans
  John Parton 541075fe0d Replace assert statements with appropriate assert* method. il y a 10 ans
  Craig Loftus 6caccee5ff Change assertRaisesRegexp to six.assertRaisesRegex to fix Python compatibility problem il y a 10 ans
  Craig Loftus 5ce7a89888 Fix validate_payment_event for payment events with no lines specified il y a 10 ans
  Matt George fa653e232e adding failing test for missing page_url field il y a 10 ans
  David Winterbottom 276eba9249 Forbid hyphens in CommunicationEventType code field il y a 10 ans
  Monika Sulik 86269f9092 Fix validation message in basket il y a 10 ans
  David Winterbottom 700242330a Ensure product attribute codes can't be python keywords il y a 10 ans
  David Winterbottom 5033f95757 Add tests to verify hyphens are not allowed in attribute codes il y a 10 ans
  Michael van Tellingen 6fad63a4d0 Split oscar.test.newfactories in multiple modules il y a 10 ans
  Michael van Tellingen 8c32aaf3d9 Replace last occurences of django-dynamic-fixture with factory-boy il y a 10 ans
  Michael van Tellingen 2693150a35 Fix the address model tests il y a 10 ans
  Michael van Tellingen 6439a956c2 use TestCase.assertRaises instead of pytest.raises il y a 10 ans
  Michael van Tellingen 5c4591fa75 Update tests to stop using nose specific functions il y a 10 ans
  Maik Hoepfel 1251bfcfc3 Follow-up work for varying tax rate per product il y a 10 ans
  Piper Merriam cad392d8a8 Intial stab at testing new OSCAR_PRODUCT_SEARCH_HANDLER setting il y a 11 ans
  Michael van Tellingen 797a165778 Fix basket.Line.description method for Python 3 il y a 10 ans
  Maik Hoepfel 821d77eca8 Remove barely used test case il y a 11 ans
  Maik Hoepfel b68c0e2964 Fix ValueError in tests when assigning unsaved instance il y a 11 ans
  Michael van Tellingen 5529f1f46e Fix running the search.munger_tests module il y a 11 ans
  Maik Hoepfel e0e6fb1eeb Remove further Django 1.6 code paths il y a 11 ans
  Maik Hoepfel 252ec83289 Drop South usage and references il y a 11 ans