summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-08-28 12:23:03 -0700
committerR. Tyler Ballance <tyler@monkeypox.org>2009-08-28 12:23:03 -0700
commitc7da1e012425c3fd53b86f9a67351bce21c2b9cd (patch)
tree093983f41c75e65a56ddec4ed4e240b130602c21
parent894c72845e83230f8374e0949920f1e712c3b346 (diff)
downloadpython-cheetah-c7da1e012425c3fd53b86f9a67351bce21c2b9cd.tar.gz
Add the CHEP related test module in here
-rwxr-xr-xcheetah/Tests/Test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cheetah/Tests/Test.py b/cheetah/Tests/Test.py
index fe97ff4..eb12cc8 100755
--- a/cheetah/Tests/Test.py
+++ b/cheetah/Tests/Test.py
@@ -19,6 +19,7 @@ import SyntaxAndOutput
import NameMapper
import Template
import CheetahWrapper
+import Cheps
import Regressions
import Unicode
@@ -28,6 +29,7 @@ suites = [
unittest.findTestCases(Template),
unittest.findTestCases(Regressions),
unittest.findTestCases(Unicode),
+ unittest.findTestCases(Cheps),
]
if not sys.platform.startswith('java'):