Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Remove the VerifyType module from Test.py, I think I left this on ano…
Browse files Browse the repository at this point in the history
…ther machine
  • Loading branch information
R. Tyler Ballance committed Aug 15, 2009
1 parent f902efc commit da52de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cheetah/Tests/Test.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@
import CheetahWrapper import CheetahWrapper
import Regressions import Regressions
import Unicode import Unicode
import VerifyType


suites = [ suites = [
unittest.findTestCases(SyntaxAndOutput), unittest.findTestCases(SyntaxAndOutput),
unittest.findTestCases(NameMapper), unittest.findTestCases(NameMapper),
unittest.findTestCases(Template), unittest.findTestCases(Template),
unittest.findTestCases(Regressions), unittest.findTestCases(Regressions),
unittest.findTestCases(Unicode), unittest.findTestCases(Unicode),
unittest.findTestCases(VerifyType),
] ]


if not sys.platform.startswith('java'): if not sys.platform.startswith('java'):
Expand Down

0 comments on commit da52de5

Please sign in to comment.