| Home | Trees | Index | Help |
|---|
|
|
|
|||
| ExecTest | Check that a Python expression evaluates to true. | ||
| BaseExceptionTest | Base class for tests of exceptions. | ||
| ExceptionTest | Check that the specified Python code raises an exception. | ||
| StringExceptionTest | Check that the specified Python code raises a string exception. | ||
|
|||
|
make_namespaces(context)
Construct namespaces for eval/exec of Python test code. |
|||
|
|||
Construct namespaces for eval/exec of Python test code. 'context' -- The test context. returns -- A pair '(global_namespace, local_namespace)' of maps. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:30 2007 | http://epydoc.sf.net |