diff --git a/test/python.bats b/test/python.bats index abd0e71..0947299 100644 --- a/test/python.bats +++ b/test/python.bats @@ -14,6 +14,7 @@ setup() { stub pyenv-rehash " : true" stub pyenv-version-name "echo \${PYENV_VERSION}" stub curl true + stub python-build "echo python2.7" } teardown() { @@ -22,6 +23,7 @@ teardown() { unstub pyenv-prefix unstub pyenv-hooks unstub pyenv-rehash + unstub python-build teardown_version "2.7.8" rm -fr "$TMP"/* } @@ -96,6 +98,7 @@ OUT assert_output <