-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Make pytest-changed-files include api tests when an __init__ file is changed #2575
Conversation
check/pytest-changed-files
Outdated
exit 0 | ||
fi | ||
pytest ${rest} ${changed} | ||
pytest ${rest} ${changed[@]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think [@]
has any effect unless you place the variable in double quotes: "${changed[@]}"
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restored. Broke tests.
Automerge cancelled: A status check is failing. |
Fixes #2506