2 Commits (17193a4d085aa2eed48e9affc2408a5bef67b4db)

Author SHA1 Message Date
  Alexander Gaevsky 3851321ff8 Add fallback for loading formset classes from old destination for backward compatibility, show deprecation warning, add tests. 9 years ago
  Michael van Tellingen 0ebe344a27 Merge tests.integration with tests.unit 9 years ago
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 years ago
  Michael van Tellingen aafcc8a901
flake8 9 years ago
  Victor Munene 87746b6662 allow get_class to work with modules that aren't in oscar's core 9 years ago
  Maik Hoepfel e0e6fb1eeb Remove further Django 1.6 code paths 11 years ago
  Maik Hoepfel af88b28853 Add test to check for missing app labels 11 years ago
  Maik Hoepfel 3c6bb0c72b Class loading test: Replace catalogue app instead of adding 11 years ago
  Maik Hoepfel 76e5691846 Add test for overriding views without overriding app 11 years ago
  Maik Hoepfel f1c1da93ff Minor test suite fixes for Python 3 compatibility 12 years ago
  Maik Hoepfel e413f858f6 Switch to Oscar's get_model function 12 years ago
  David Winterbottom ec950cf9de Call signal receivers from models.py (not __init__.py) 12 years ago
  David Winterbottom ddd870fb35 Remove import_module 12 years ago
  Izidor Matušov d987ec8889 Test that Oscar doesn't fallback 12 years ago
  David Winterbottom 0aed77500a Rework ExtendedURLValidator and tests 13 years ago
  Maik Hoepfel 7b809d3a5f get_classes now allows top-level apps. 12 years ago
  David Winterbottom 4eae13ca52 Package core unit tests 13 years ago
  David Winterbottom 68b417dee5 Rename test site folder for consistency 13 years ago
  David Winterbottom d94fdf4e24 Replace local patch_settings decorator with Django's override_settings 13 years ago
  David Winterbottom 31bd304f5a Fix test for URL validator 13 years ago
  David Winterbottom 8417bc54c3 Fixed bug in load_core_apps fn 13 years ago
  David Winterbottom feb8c9a327 Moved tests into separate package. 13 years ago
  David Winterbottom b702c74113 Moved test site modules into separate package 13 years ago
  David Winterbottom d975f81369 Added more helpful error message for missing classname problems when loading 14 years ago
  David Winterbottom b9de81f3e6 Updated the load_class method to work with app labels with more than 2 14 years ago
  Sebastian Vetter 4ccaf44f54 added validator to check for non-existing URLs 14 years ago
  Sebastian Vetter 1bc8e396bb added flatpage URL validation to validators 14 years ago
  David Winterbottom 9173db6092 Added test for loading from dashboard 14 years ago
  David Winterbottom 6851048780 Replaced import_module with a better class loading mechanism. 14 years ago
  David Winterbottom e2a4c25b7f Started reworking the class loading mechanism 14 years ago
  Andrew Ingram bd3f45dac0 more updates to the ExtendedURLValidator, missing the '/' is bad. Explicitly set APPEND_SLASH to True in test settings so that it's clear that we expect it to be on 14 years ago
  Andrew Ingram fb09859024 added tests for ExtendedURLValidator 14 years ago
  David Winterbottom 5b7b990b20 MASSIVE commit as the word 'item' is phased out in favour of 'product' to make things more consistent. Also, renamed product app to catalogue 14 years ago
  David Winterbottom 7c2e03a3fe Fixed tests 14 years ago
  David Winterbottom 0fd31a908e Moved core tests into correct folder 15 years ago
  David Winterbottom 887d605757 Refactored folder structure to use an 'apps' folder 15 years ago
  David Winterbottom cb3b26509a Refactored location of dynamic class loader 15 years ago
  David Winterbottom 49d4f06120 Added tests to promotion package 15 years ago
  Eleni Lixourioti b10849e2b9 Added some tests for the history helpers 15 years ago
  Eleni Lixourioti 5851b366af Added some tests for the history helpers 15 years ago
  David Winterbottom d04eb42c13 Added tests for discount module 15 years ago
  David Winterbottom 758ea9a695 Added extra tests for shipping app. 15 years ago
  David Winterbottom ef8b7c6d67 Added tests for shipping methods and documentation 15 years ago
  David Winterbottom 0528c98543 Updated offers app 15 years ago
  Kura f6122bf418 Clean up the management command. Wrap the handle call in try and except with a custom error log catcher which sends to stderr steam and supresses the exception. 15 years ago
  David Winterbottom ad57caa189 Added bankcard model 15 years ago
  David Winterbottom 9acb37d7e7 Fixed broken address test and added a load more 15 years ago
  David Winterbottom 2a91d1b9e5 Added first tests for checkout 15 years ago
  David Winterbottom 28e72e25ce Added some basic price/tax calculation methods to the core stock record. 15 years ago
  David Winterbottom cced594eb2 Added import_module function which dynamically imports modules basket on a string match from the installed_apps list 15 years ago