summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warnings.Jason Madden2018-10-161-4/+7
* whitespace [skip ci]Jason Madden2017-09-041-5/+4
* 100% test coveragecoverageJason Madden2017-08-146-263/+372
* Add support for Python 3.2Jason Madden2015-06-052-10/+12
* Add PyPy support.Jason Madden2015-05-291-0/+3
* Remove unused filesMarius Gedminas2014-04-303-29/+0
* Fix typo in unused test codeMarius Gedminas2014-04-301-1/+1
* Fix DeprecationWarningMarius Gedminas2013-03-151-1/+1
* Port to Py3.3.Albertas Agejevas2013-02-225-64/+81
* Close files. Gets rid of warnings on Py3.Albertas Agejevas2013-02-221-2/+4
* Switch to zope.untrustedpython, make it an extra.Albertas Agejevas2013-02-221-1/+3
* Added crude way of normalizing whitespace in an html test.Maurits van Rees2013-01-181-0/+3
* Workaround for CPU-burning pt_errors() on a recursive template.Marius Gedminas2012-12-123-0/+35
* Fixed test assertions to be compatible with zope.tal 3.6.Hanno Schlichting2011-09-211-4/+2
* Fixed issue where a template would not have a ``_v_macros`` attribute.Malthe Borch2011-09-131-2/+7
* Fixed issue with missing default value for ``strictinsert``.Malthe Borch2011-08-231-1/+2
* Abstract out the template engine and program interfaces and allow implementat...Malthe Borch2011-08-141-1/+42
* Removed ancient copyright from test files (LP: #607228)Gediminas Paulauskas2011-06-085-72/+0
* make the PTRuntimeError exception message consistent across Python versionsFred Drake2010-07-081-2/+16
* Remove CVS-era Id fossils.Tres Seaver2010-06-038-16/+0
* Conform to repository policy.Tres Seaver2010-05-058-8/+8
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's doctest.Tres Seaver2010-04-161-1/+1
* Moved 'engine' module and here from ``zope.app.pagetemplate`` package.Tres Seaver2009-05-252-0/+116
* Make tests work with recent changes to the TAL interpreter (zope.tal 3.5.0) r...Philipp von Weitershausen2008-06-071-6/+6
* Moving code to satellite.Christian Theune2007-05-0340-0/+1452