aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix reference to subprocessFilipp Lepalaan2017-01-271-1/+1
* Fix typo in comment.Brian Buck2016-08-241-1/+1
* Use the built-in Django tags for getting static and other media.Brian Buck2016-08-241-2/+3
* Configure settings in `tests/run.py` for Django 1.10+Brian Buck2016-08-241-0/+9
* Test rendered file deletion or persistence for both debug options.Josh2016-03-031-5/+22
* Add test for temporary file is closed/deleted.Josh2016-03-021-1/+25
* Remove extraneous try/except. Revert test run script changes, but set DEBUG=F...Josh2016-02-261-28/+16
* Fix premature file delete on DEBUG=False. Modify test runner to check both DE...Josh2016-02-261-14/+26
* Merge pull request #99 from pauricthelodger/bytes-errorMax Peterson2016-02-191-2/+14
|\
| * Fix py26 bug and copypasta errorPadraic Harley2016-01-291-2/+2
| * Assert once but get the filename from the ImportErrorPadraic Harley2016-01-291-8/+8
| * Fix unidecode bytes error on python2Padraic Harley2015-12-181-4/+16
* | Remove dependency on Django template engineRyan Kaskel2016-02-171-1/+2
|/
* Extracted logic from views - fixed tests.Jonathan Liuti2015-12-011-16/+14
* Enable tests to run with Django >= 1.7 and silence warningsTim Bell2015-10-211-0/+12
* Makes tests.py lines 80 columns max.Michel Sabchuk2014-09-011-4/+10
* Makes unicode content views testing fails too.Michel Sabchuk2014-09-011-5/+18
* Add failing test of unicode content.Michel Sabchuk2014-09-011-0/+11
* Aligned test to code update.Paolo Melchiorre2014-07-031-4/+1
* Bring back the test assert for title in contentMatt Lenc2014-06-191-2/+3
* colour-runner dependency doesn't work on py2.6Matt Lenc2014-06-181-6/+1
* Make teh tests run rightMatt Lenc2014-06-181-0/+43
* Support moar DjangoMatt Lenc2014-06-181-1/+0
* Update test reqs for Django with py3k supportMatt Lenc2014-06-181-1/+1
* Add support for Python3Matt Lenc2014-06-181-17/+18
* Merge branch 'master' of github.com:incuna/django-wkhtmltopdf into travis-setupmattack1082013-01-162-179/+154
|\
| * DRY on testsmattack1082013-01-151-140/+43
| * Fix tests and add new ones for show_content_in_browser featuremattack1082013-01-152-174/+246
* | Move requirements file to test project, update travis.ymlmattack1082013-01-151-0/+1
|/
* Add a test for unicode.Marc Tamlyn2012-08-312-0/+41
* Move tests into wkhtmltopdf.tests.*Marc Tamlyn2012-08-035-0/+281