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