aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests/run.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in comment.Brian Buck2016-08-241-1/+1
|
* Configure settings in `tests/run.py` for Django 1.10+Brian Buck2016-08-241-0/+9
|
* Remove extraneous try/except. Revert test run script changes, but set ↵Josh2016-02-261-28/+16
| | | | DEBUG=False.
* Fix premature file delete on DEBUG=False. Modify test runner to check both ↵Josh2016-02-261-14/+26
| | | | DEBUG options.
* Enable tests to run with Django >= 1.7 and silence warningsTim Bell2015-10-211-0/+12
|
* colour-runner dependency doesn't work on py2.6Matt Lenc2014-06-181-6/+1
| | | | DAMN IT
* Make teh tests run rightMatt Lenc2014-06-181-0/+43
Because Django 1.6 and other fireworks.