A LocalThread executes commands locally.
Methods
|
|
GetTemporaryDirectory
_RunTest
__init__
|
|
GetTemporaryDirectory
|
GetTemporaryDirectory ( self )
Return the path to the temporary directory for this thread.
- returns
- The path to the temporary directory associated with
this thread.
|
|
_RunTest
|
_RunTest (
self,
descriptor,
context,
)
Run the test given by descriptor .
-
descriptor
- The name of the test to be run.
-
context
- The
Context in which to run the test.
|
|
__init__
|
__init__ ( self, target )
|
|