Samir Shah
8560a90490
Replace calls to super(ClassName, self) with super().
7 년 전
Samir Shah
8a3288da43
Drop support below Django 1.11
8 년 전
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.
9 년 전
Michael van Tellingen
c6db096e80
UnitTest.assertEqual instead of .assertEquals()
Latter one is deprecated
9 년 전
Michael van Tellingen
1ba28fda59
Fix tests
9 년 전
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 년 전
Izidor Matušov
92311ce55d
Fix backwards incompatible changes
12 년 전
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.
12 년 전
David Winterbottom
0dc6816a93
Extract functionality from oscar.test into separate package
Fixes #376
13 년 전
David Winterbottom
feb8c9a327
Moved tests into separate package.
Also split them into unit and functional tests.
13 년 전
David Winterbottom
80d9b3e023
Added file upload handling within range products
13 년 전
David Winterbottom
da88c822c2
Added sophisticated product adding to range form
13 년 전