Test classes for tests written in Python.
Functions
|
|
make_namespaces
|
|
make_namespaces
|
make_namespaces ( context )
Construct namespaces for eval/exec of Python test code.
-
context
- The test context.
- returns
- A pair
(global_namespace, local_namespace) of maps.
|
Classes
|
|
|
|