summaryrefslogtreecommitdiff
path: root/cheetah/Tests
Commit message (Expand)AuthorAgeFilesLines
* Fix EOL tests for Python 2.7R. Tyler Croy2010-12-121-3/+3
* Added test and fix for segfault in namemapper where exception is thrown by __...Jon Siddle2010-09-151-0/+13
* Properly generate a PYTHONPATH and locate the cheetah executable for CheetahW...R. Tyler Ballance2010-03-211-6/+12
* Find the #encoding directive even if it's after a comment (for example)R. Tyler Ballance2010-01-271-0/+6
* Import __builtin__ in generated template code in a compatible way with 2 and 3R. Tyler Ballance2010-01-031-2/+12
* Remove references to the `new` moduleR. Tyler Ballance2009-12-271-1/+0
* NameMapperTest.failureException cannot be a tupleR. Tyler Ballance2009-12-271-1/+1
* Add regression test for dynamically compiled subclasses of TemplateR. Tyler Ballance2009-12-261-0/+10
* Add a test to verify the use of getVar and write inside of a PSPR. Tyler Ballance2009-12-191-1/+17
* Refactor the InlineSpanishTest to better clarify a success/failure scenarioR. Tyler Ballance2009-12-161-5/+16
* Add a test to verify escaped entities in #raw blocksR. Tyler Ballance2009-12-151-0/+6
* Add another unicode testR. Tyler Ballance2009-12-141-0/+28
* Correct relative imports of test modulesR. Tyler Ballance2009-11-181-11/+11
* Add DirectiveAnalyzer tests to suiteR. Tyler Ballance2009-11-181-0/+2
* Introduce the DirectiveAnalyzer for processing templates for directive usageR. Tyler Ballance2009-11-161-0/+29
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-165-79/+79
* Refactor Cheetah.Parser.ArgListR. Tyler Ballance2009-11-162-0/+51
* Refactor CheetahWrapper tests to locate my local cheetah/cheetah-compile in m...R. Tyler Ballance2009-11-161-5/+22
* Refactor usage of the "types" module out, per 2to3 -f typesR. Tyler Ballance2009-11-166-1139/+27
* Refactor raw print statements in accordance with 2to3R. Tyler Ballance2009-11-168-15/+15
* Add --quiet option and use it to suppress messages from the Unicode testsJames Abbatiello2009-11-161-1/+1
* Add Template.__unicode__() to return unicode() objects, while Template.__str_...R. Tyler Ballance2009-10-181-0/+16
* Add a simple test to help judge perfomance of DummyTransaction.write()R. Tyler Ballance2009-10-141-0/+17
* Correctly use cStringIO which only deals in bytestrings.R. Tyler Ballance2009-10-141-3/+2
* Update the printing of the Performance testsR. Tyler Ballance2009-10-121-5/+9
* Swap out statprof for hotshot profiling with these basic Performance test casesR. Tyler Ballance2009-10-121-10/+11
* implement the popen2.Popen4 interface using the subprocess.Popen backend, to ...Mike Bonnet2009-10-121-2/+13
* Don't use function decorator syntax for compatibility with Python 2.3v2.2.2James Abbatiello2009-09-141-1/+2
* Nuke the VerifyType tests since they're largely unnecessary nowR. Tyler Ballance2009-09-141-2/+0
* Prune a leftover print statementR. Tyler Ballance2009-09-101-1/+0
* Ensure all the EOL tests are run, as well as Filters testsR. Tyler Ballance2009-09-102-20/+25
* Remove references to unittest_local_copy which is quite old and causing problemsR. Tyler Ballance2009-09-107-11/+7
* Add the VerifyType tests to the runnerR. Tyler Ballance2009-09-013-3/+380
* Add Cheps.py test moduleR. Tyler Ballance2009-08-311-0/+39
* Add the CHEP related test module in hereR. Tyler Ballance2009-08-281-0/+2
* Remove the VerifyType module from Test.py, I think I left this on another mac...R. Tyler Ballance2009-08-141-2/+0
* Merge branch 'next' into performanceR. Tyler Ballance2009-08-141-4/+2
* Rename the root package to "cheetah" instead of "src" to follow more conventi...R. Tyler Ballance2009-07-1611-0/+6559