aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Python 2.6 compatibility fixes.Simon Law2012-07-261-10/+10
* MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()Simon Law2012-07-251-6/+46
* PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdfSimon Law2012-07-241-0/+26
* Move testproject to wkhtmltopdf._testproject.Simon Law2012-07-241-2/+2
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-241-3/+113
* PDFResponse is more robust:Simon Law2012-07-231-1/+41
* Remove extraneous StringIO import.Simon Law2012-07-201-1/+0
* Use warnings.warn instead of raising PendingDeprecationWarnings.Simon Law2012-07-201-0/+22
* Reliable command-line argument parsing for wkhtmltopdf().Simon Law2012-07-201-2/+36
* test_wkhtmltopdf tests that wkhtmltopdf generates a PDF.Simon Law2012-07-201-1/+13
* test_template_to_temp_file tries to clean up after itself.Simon Law2012-07-201-5/+13
* Test translation to temp file.Marc Tamlyn2012-01-161-0/+13
* Add a testproject and empty tests file.Marc Tamlyn2012-01-161-0/+0