Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PytestRunner ¶
type PytestRunner struct { Params envs.Params Fetcher content.ContentFetcher Scraper scraper.Scraper // contains filtered or unexported fields }
PytestRunner
func NewPytestRunner ¶
func NewPytestRunner(dependency string) (*PytestRunner, error)
func (*PytestRunner) GetType ¶
func (r *PytestRunner) GetType() runner.Type
GetType returns runner type
func (*PytestRunner) Run ¶
func (r *PytestRunner) Run(execution testkube.Execution) (result testkube.ExecutionResult, err error)
Click to show internal directories.
Click to hide internal directories.