Skip to content

Build abstraction for the code copied from E2ESuite during examples_test migration out from Testify #15138

@gianarb

Description

@gianarb

Summary

Now the example test suite does not rely on testify.Suite and it does not use the E2ESuite struct anymore.

In order to achieve such migration as part of PR #15063 we copied a few things (Given initialization, kube client initialization and things like that) out from the E2ESuite straight up into the examples_test.go file.

Use Cases

It works but @Joibel pointed out that will be nice to abstract this part of the code in its own structure in this way we will be able to move other suite out from testify in order to support parallelization. A good candidate for this migration is the Cron test suite.


Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions