Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce api.Runnable back into the mix #43

Merged
merged 3 commits into from
Jun 29, 2024
Merged

Conversation

jaypipes
Copy link
Member

Adds an api.Runnable interface back into the API. The end goal is to
hide more of the Scenario and Suite behind this interface and move
more into the new internal/ package directories.

jaypipes added 3 commits June 29, 2024 09:27
Also adds an `api.Runnable` interface and switches the porcelain
`gdt.From()` function to return that interface instead of a concrete
`*suite.Suite` struct.

Signed-off-by: Jay Pipes <[email protected]>
Moves the stub plugins into a dedicated package for each plugin inside
`internal/testutil/plugin`.

Signed-off-by: Jay Pipes <[email protected]>
Moves the errStarterFixture into its own package in
`internal/testutil/fixture/errstarter`

Signed-off-by: Jay Pipes <[email protected]>
@jaypipes jaypipes merged commit 06ca249 into gdt-dev:main Jun 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant