Samir Shah
3f67ce9b76
Apply isort fixes on the whole project.
5 years ago
Samir Shah
a7edc8ba2f
Drop mock in favour of unittest.mock
7 years ago
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.
8 years ago
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.
8 years ago
Xavier Ordoquy
0a1b4a60c7
assertEquals deprecated in favor of assertEqual
11 years ago
David Winterbottom
23c0572016
Rework order total calculator
It now returns a OrderTotal instance which has price fields with- and
without tax.
11 years ago
David Winterbottom
0b0c76540d
Updated the checkout session manager with new methods
13 years ago