From 6e735703294dd2366fd3d4ecf19c44236a84c229 Mon Sep 17 00:00:00 2001 From: Marcin Date: Mon, 10 Apr 2023 16:05:44 +0100 Subject: [PATCH] updated tests --- test/python.bats | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 <