aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | The view didn't define any title in context and the templates itself doen't have unicode content. I forced it making a view with a unicode title in context.
* 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
|
* Add support for Python3Matt Lenc2014-06-181-17/+18
|
* DRY on testsmattack1082013-01-151-140/+43
|
* Fix tests and add new ones for show_content_in_browser featuremattack1082013-01-151-172/+243
|
* Add a test for unicode.Marc Tamlyn2012-08-311-0/+33
| | | | This isn't great but better than nothing...
* Move tests into wkhtmltopdf.tests.*Marc Tamlyn2012-08-031-0/+272
Fixes #11.