Documentation
¶
Index ¶
- type Options
- type Runner
- func (r *Runner) BuildModel(ctx context.Context, model manifest.Model) *report.ModelResult
- func (r *Runner) Cleanup() error
- func (r *Runner) CompareSchema(ctx context.Context, model manifest.Model) *report.SchemaCompareResult
- func (r *Runner) RunModel(ctx context.Context, model manifest.Model) *report.ModelResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
CogBinary string
SDKVersion string
SDKWheel string
FixturesDir string
CleanImages bool
KeepOutputs bool
}
Options configures a Runner.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner orchestrates the test lifecycle
func (*Runner) BuildModel ¶
BuildModel builds a model image only
func (*Runner) CompareSchema ¶
func (r *Runner) CompareSchema(ctx context.Context, model manifest.Model) *report.SchemaCompareResult
CompareSchema builds model twice and compares schemas
Click to show internal directories.
Click to hide internal directories.