✅ Update completion tests, checking for printed message
This commit is contained in:
commit
1a3db115de
1 changed files with 3 additions and 1 deletions
|
@ -45,5 +45,7 @@ def test_install_completion():
|
|||
env={**os.environ, "SHELL": "/bin/bash"},
|
||||
)
|
||||
new_text = bash_completion_path.read_text()
|
||||
assert "_TUTORIAL001.PY_COMPLETE=complete-bash" in new_text
|
||||
bash_completion_path.write_text(text)
|
||||
assert "_TUTORIAL001.PY_COMPLETE=complete-bash" in new_text
|
||||
assert "completion installed in" in result.stdout
|
||||
assert "Completion will take effect once you restart the terminal." in result.stdout
|
||||
|
|
Loading…
Reference in a new issue