Samir Shah
3f67ce9b76
Apply isort fixes on the whole project.
6 years ago
Paul J Stevens
f7971ccd5c
Feature/voucher sets (#2384)
Add support for managing large amounts of vouchers grouped in sets.
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
Maik Hoepfel
fe692f0a3c
Change wording for voucher form test
I was confused by what the test does, and had to ask @codeinthehole to
explain. Hopefully made it's intention a bit clearer now.
11 years ago
Xavier Ordoquy
3bae3809b8
Use new style exceptions.
12 years ago
David Winterbottom
02b3644e3c
Fix validation error in dashboard voucher form
The clean method was raising a KeyError when the date fields were empty.
12 years ago