Adjust tests for show "command not found"

This commit is contained in:
Ivan Pozdeev 2024-12-16 00:46:59 +03:00
parent 4b7f2f9daf
commit e8360e2c08

View File

@ -80,6 +80,13 @@ create_executable() {
assert_failure <<OUT
pyenv: version \`2.7' is not installed (set by PYENV_VERSION environment variable)
pyenv: version \`3.3' is not installed (set by PYENV_VERSION environment variable)
pyenv: py.test: command not found
The \`py.test' command exists in these Python versions:
3.4
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
OUT
}