-
Notifications
You must be signed in to change notification settings - Fork 10
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
remove @BUILTIN_TESTLISTS mechanism #12
Labels
Comments
samuelallan72
added a commit
that referenced
this issue
Jan 18, 2024
The test lists are already in a well defined directory provided by snap, so we can document them instead. This both improves the user experience because command line completion can be used for the test list paths, and makes the code more maintainable by simplifying the logic. Fixes #12 Fixes #74 Fixes #62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understand that the snap is trying to make it easy for the users to access the tests, however it really feels awkward to force users to use a variable with an
@
sign inside quotes for this. Instead of this, running a properly documentedreally looks like a better choice imo since bash-completion will do most of the job for us and it is explicit.
Less preferably, another solution might be to introduce a new
app
in thesnapcraft.yaml
that copies over the test files. i.e.or something named much better. So the user can run it after
tempest init ws && cd ws
to get the test-lists copied to their workspace.The text was updated successfully, but these errors were encountered: