Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// Expectations is the list of expectations that haven't been met yet
Expectations []model.Output
// Errors is the error list populated by doing a Dependabot run
Errors []error
// Actual will contain the smoke test output that actually happened after the run is Complete
Actual model.SmokeTest
// contains filtered or unexported fields
}
API intercepts calls to the Dependabot API
func (*API) Complete ¶
func (a *API) Complete()
Complete adds any remaining expectations to the error queue
Click to show internal directories.
Click to hide internal directories.