Samir Shah
8560a90490
Replace calls to super(ClassName, self) with super().
il y a 7 ans
Samir Shah
8a3288da43
Drop support below Django 1.11
il y a 8 ans
Michael van Tellingen
28ea962ab6
Rename all tests files from *_tests.py to test_*.py
Better to use filenames which are commonly used in the python word then
custom ones.
il y a 9 ans
Michael van Tellingen
c6db096e80
UnitTest.assertEqual instead of .assertEquals()
Latter one is deprecated
il y a 9 ans
Michael van Tellingen
1ba28fda59
Fix tests
il y a 9 ans
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.
il y a 9 ans
Izidor Matušov
92311ce55d
Fix backwards incompatible changes
il y a 12 ans
Maik Hoepfel
8f9d5db31f
Move django-oscar-testsupport into oscar.test
This allows updating code in both places, if necessary. Getting Django
1.5 support would be painful otherwise. This also removes the circular
dependency of django-oscar-testsupport on Oscar.
The requirements were merged. The imports were updated
accordingly. Unused imports in the touched files were removed. No
further changes.
il y a 12 ans
David Winterbottom
0dc6816a93
Extract functionality from oscar.test into separate package
Fixes #376
il y a 13 ans
David Winterbottom
feb8c9a327
Moved tests into separate package.
Also split them into unit and functional tests.
il y a 13 ans
David Winterbottom
80d9b3e023
Added file upload handling within range products
il y a 13 ans
David Winterbottom
da88c822c2
Added sophisticated product adding to range form
il y a 13 ans