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 年之前
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 年之前
Michael van Tellingen
aafcc8a901
flake8
9 年之前
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.
11 年之前
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 .
11 年之前
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.
11 年之前
David Winterbottom
158db59568
Adjust price object to allow tax to be set later
11 年之前