[CHORE] Simplify e2e test setup with shared logic #456
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
This issue is specifically designated as a good issue for Hacktoberfest
rust
Pull requests that update Rust code
All of the e2e tests currently start with some variation of this code in order to setup the proper lattices & expected number of hosts:
What would be really nice is for the common e2e logic to have a helper function that takes a list of lattices & expected hosts in that lattice to simplify the setup of e2e tests.
This is a good first issue for someone looking to make an impact on test reusability 😄
The text was updated successfully, but these errors were encountered: