Michael van Tellingen
|
174d4dcd67
|
Consolidate `oscar.test.factories` imports in the test modules
|
10 years ago |
Michael van Tellingen
|
6fad63a4d0
|
Split oscar.test.newfactories in multiple modules
Create a factory module per app and move them under the new
oscar.test.factories module.
|
10 years ago |
Michael van Tellingen
|
8c32aaf3d9
|
Replace last occurences of django-dynamic-fixture with factory-boy
|
10 years ago |
Sergey Maranchuk
|
1e829b18d8
|
Ensure a Bankcard's type isn't lost after saving
Before this change, the type of a bankcard would be clobbered by saving
and reloading.
Fixes #1486, #1487
|
11 years ago |
Maik Hoepfel
|
f1c1da93ff
|
Minor test suite fixes for Python 3 compatibility
TestCase.assertEquals (note the s at the end) has been deprecated.
The only failing tests remaining are CSV related, which is not
surprising.
|
11 years ago |
David Winterbottom
|
1c75ef57d8
|
Add failing test for payment debit method
This sets up failing test for #1128
|
11 years ago |
David Winterbottom
|
779f4c4739
|
Use '' as default instead of None in payment methods
Write a few more tests at the same time.
|
12 years ago |
David Winterbottom
|
441f9ffc1b
|
Update bankcard model
|
12 years ago |
David Winterbottom
|
887d605757
|
Refactored folder structure to use an 'apps' folder
|
14 years ago |
David Winterbottom
|
1eeb6aaf4f
|
Introduced the abstract_models.py set-up to several new applications
Completed the models for the order package too. Added admin files
|
15 years ago |
David Winterbottom
|
af3ddaa046
|
Added payment models
|
15 years ago |