🛠 Tooling: Use --auto in end-to-end migration test #1157
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Milestone
Bug Report Checklist
main
branch of the repository.Overview
I'd added an
--auto
mode in #1046. It'd be nice to have it be used in the end-to-end migration task. That way the test won't need to manually declare values in the CLIThis wouldn't IMO change how thorough the test is: instead of testing each of those options' ability to be read from CLI values, it'd instead test that they can be inferred by
--auto
.Additional Info
I suppose a second end-to-end test could be added - so that one tests
--auto
while the other tests manual values? I don't think that'd be worth the overhead though. At least unless and until the performance work in #860 makes the end-to-end tests very fast.The text was updated successfully, but these errors were encountered: