aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | DAMN IT
* Make teh tests run rightMatt Lenc2014-06-181-0/+43
| | | | Because Django 1.6 and other fireworks.
* Support moar DjangoMatt Lenc2014-06-181-1/+0
| | | | The future is now ;]
* Update test reqs for Django with py3k supportMatt Lenc2014-06-181-1/+1
| | | | | In near future we should support moar Djangos (and using Travis for this).
* 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
| | | | This isn't great but better than nothing...
* Move tests into wkhtmltopdf.tests.*Marc Tamlyn2012-08-035-0/+281
Fixes #11.