We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901add0 commit fba31a1Copy full SHA for fba31a1
tests/test_cli.py
@@ -96,8 +96,6 @@ def _feed_cli_with_input(
96
97
98
def test_visible_password():
99
- # Both the `result` and the `cli.current_buffer` displays the password in plain-text,
100
- # but that's not what the user sees on screen.
101
password = "secret-value\r"
102
output = _feed_cli_with_password(password, hide_password=False)
103
actual_output = output.stdout.read().strip()
0 commit comments