Michael van Tellingen
0ebe344a27
Merge tests.integration with tests.unit
The idea of splitting integration from unittests is good in theory
but leads to a lot of mental overhead. Besides whenever a tests
interacts with a database it isn't a unittest anyway.
9 år sedan
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 år sedan
Michael van Tellingen
174d4dcd67
Consolidate `oscar.test.factories` imports in the test modules
10 år sedan
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 år sedan
Michael van Tellingen
8c32aaf3d9
Replace last occurences of django-dynamic-fixture with factory-boy
10 år sedan
David Winterbottom
88c14055dd
Adjust order creator to work with new shipping charges
We now need to pass in the shipping charge explicitly as well as the
method. The way that the shipping discounts are persisted is also
adjusted.
11 år sedan
David Winterbottom
2f1dacdf08
Move tests into integration test folder
As they are integration tests, not unit tests.
11 år sedan