maid_runner.TestRunResult

class maid_runner.TestRunResult(manifest_slug: 'str', command: 'tuple[str, ...]', exit_code: 'int', stdout: 'str', stderr: 'str', duration_ms: 'float', stream: 'TestStream' = <TestStream.IMPLEMENTATION: 'implementation'>)
Parameters:
__init__(manifest_slug, command, exit_code, stdout, stderr, duration_ms, stream=TestStream.IMPLEMENTATION)
Parameters:
Return type:

None

Methods

__init__(manifest_slug, command, exit_code, ...)

Attributes

stream

success

manifest_slug

command

exit_code

stdout

stderr

duration_ms