Samir Shah
3f67ce9b76
Apply isort fixes on the whole project.
vor 6 Jahren
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.
vor 9 Jahren
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.
vor 9 Jahren
Michael van Tellingen
aafcc8a901
flake8
vor 9 Jahren
Maik Hoepfel
40f7214bbb
Fix Django 1.7 regressions when moving receivers
My fix in 5f23648 forgot to change the receiver registration in the app
config.
Also removed an unused import, and a deprecation warning in the tests.
vor 11 Jahren
Maik Hoepfel
86396f9ec3
Polish for Price.__eq__ changes
PR #1447 was by a first-time committer, so I did not want to rewrite
the commits.
* Removed accidentally committed file
* Style fixes
Closes #1447 .
vor 11 Jahren
Johannes Schneider
0731bc43f7
Add __eq__ method to Price class
This commit is the squashed, but unchanged version of #1447 . It adds an
__eq__ method to prices to be able to check them for equality.
vor 11 Jahren
David Winterbottom
158db59568
Adjust price object to allow tax to be set later
vor 11 Jahren