integration_test: Create helpers to initialize tests with custom indexes #565
Labels
area/multi-index
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Currently integration_test test cases for:
krew index
keep repeating the commands to create multiple indexes, such as:
Right now, this is achieved by doing
test = NewTest(t).WithIndex()
and aliasing the cloneddefault
index directory into another index.So perhaps we need to:
the last name could use improvement, like maybe WithCustomIndex.
This way the test author does not need to worry about where the custom index is coming from. Roughly related to #562.
/kind cleanup
/help
cc: @chriskim06
/area multi-index
The text was updated successfully, but these errors were encountered: