-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Enable --no-input option by adding docs and tests #8182
Conversation
May I get this PR reviewed? |
b58f01c
to
a03c025
Compare
print(result) | ||
assert 'User for {}:{}'.format(server.host, server.port) in result.stdout |
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.
print(result) | |
assert 'User for {}:{}'.format(server.host, server.port) in result.stdout | |
assert 'User for {}:{}'.format(server.host, server.port) in result.stdout, str(result) |
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.
Fixed in latest commit
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.
LGTM!
Thanks, I have addressed the review comments. Could I also get the PR approved/merged as well? |
Hi @pradyunsg , If there are no changes needed in this PR, I think this is ready to be approved/merged. |
May I get this PR merged? |
Thanks for the approval @xavfernandez . May I please get this merged as well? |
Thanks @deveshks 👍 |
Fixes and closes #7688 , towards #2429
Added tests to verify the behaviour of authentication prompts, with and without the
--no-input
flag, and added help text to enable the option in docs and in--help