summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-09-14 14:06:50 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-09-14 14:06:50 -0700
commit458d63a67c4188d15e22f09a0e9e266728a151ac (patch)
tree69e804ddf8ccfb181d560a41744b25791f2fba71
parentf08b044959bf77499b5796561dc5607921cf3ddd (diff)
downloadpython-cheetah-458d63a67c4188d15e22f09a0e9e266728a151ac.tar.gz
Nuke the VerifyType tests since they're largely unnecessary now
-rwxr-xr-xcheetah/Tests/Test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cheetah/Tests/Test.py b/cheetah/Tests/Test.py
index a40f833..13b0171 100755
--- a/cheetah/Tests/Test.py
+++ b/cheetah/Tests/Test.py
@@ -20,7 +20,6 @@ import Template
import Cheps
import Regressions
import Unicode
-import VerifyType
import CheetahWrapper
SyntaxAndOutput.install_eols()
@@ -33,7 +32,6 @@ suites = [
#unittest.findTestCases(Cheps),
unittest.findTestCases(Regressions),
unittest.findTestCases(Unicode),
- unittest.findTestCases(VerifyType),
]
if not sys.platform.startswith('java'):