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 лет назад