Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pytest ¶
type Pytest struct { PythonCmd string MarkerExpression string Xdist int Files []string Executor func( context.Context, []string, time.Duration, []string, ) (*xpytest_proto.TestResult, error) Retry int Env []string Deadline time.Duration }
Pytest represents one pytest execution.
type Result ¶
type Result struct { Status xpytest_proto.TestResult_Status Name string // contains filtered or unexported fields }
Result represents a pytest execution result.
Click to show internal directories.
Click to hide internal directories.