From 24546435c2a196a6ffa773835e08297b7dbf0e79 Mon Sep 17 00:00:00 2001 From: romir kulshrestha Date: Mon, 12 Feb 2024 09:36:17 +0100 Subject: [PATCH] add test --- bin/pyenv-sh-activate | 22 ++++++++-------- bin/pyenv-sh-deactivate | 14 +++++----- test/activate.bats | 52 +++++++++++++++++++++++++++++++++++--- test/conda-activate.bats | 13 +++++++++- test/conda-deactivate.bats | 7 +++++ test/deactivate.bats | 35 +++++++++++++++++++++++++ 6 files changed, 120 insertions(+), 23 deletions(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index 4a13ced..d6b0d35 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -246,18 +246,18 @@ if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then fish ) if [ -z "${QUIET}" ]; then cat <