We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytest-testinfra/testinfra/backend/base.py
Lines 233 to 237 in 8520850
Why are we unquoting name, user and password? Are they being quoted somewhere in the code which we are trying to undo?
name
user
password
The text was updated successfully, but these errors were encountered:
Because they can be passed in urlstring pytest --host 'ssh://some%40user@host'
pytest --host 'ssh://some%40user@host'
Sorry, something went wrong.
No branches or pull requests
pytest-testinfra/testinfra/backend/base.py
Lines 233 to 237 in 8520850
Why are we unquoting
name
,user
andpassword
? Are they being quoted somewhere in the code which we are trying to undo?The text was updated successfully, but these errors were encountered: