Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module CheetahWrapper :: Class OneFile |
|
TestCase
--+ |CFBase
--+ | OneFile
Method Summary | |
---|---|
testCompile(self)
| |
testFill(self)
| |
testText(self)
| |
Inherited from CFBase | |
| |
| |
Verify 'path' does not exist. | |
Verify a destination subdirectory exists and contains an __init__.py file. | |
Run a "cheetah compile" or "cheetah fill" subcommand. | |
Run a subcommand and expect it to fail. | |
| |
Create the top-level directories, subdirectories and .tmpl files. | |
Hook method for deconstructing the test fixture after testing it. | |
Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
Run the test without collecting errors in a TestResult... | |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
| |
| |
| |
| |
Returns a one-line description of the test, or None if no description has been provided. |
Class Variable Summary | |
---|---|
Inherited from CFBase | |
bool |
expectError = False
|
str |
srcDir = ''
|
tuple |
srcFiles = ('a.tmpl', 'child/a.tmpl', 'child/grandkid/a....
|
tuple |
subdirs = ('child', 'child/grandkid')
|
Inherited from TestCase | |
NoneType |
name = None |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:42 2003 | http://epydoc.sf.net |