From fda58599c22ead464e1f9d6abfe85f66f2352f4e Mon Sep 17 00:00:00 2001 From: Eugene Oliveros Date: Thu, 4 Apr 2024 12:11:50 +0800 Subject: [PATCH] add additional test for projects under virtualenv --- tests/_tide_item_python.test.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/_tide_item_python.test.fish b/tests/_tide_item_python.test.fish index 1176052..4651406 100644 --- a/tests/_tide_item_python.test.fish +++ b/tests/_tide_item_python.test.fish @@ -21,6 +21,9 @@ _python # CHECK:  3.11.5 (python_project) set -lx VIRTUAL_ENV /home/ilan/.local/share/virtualenvs/pipenv_project-EwRYuc3l _python # CHECK:  3.11.5 (pipenv_project) +set -lx VIRTUAL_ENV /home/ilan/.local/share/virtualenvs/pipenv_project +_python # CHECK:  3.11.5 (pipenv_project) + set -l python_directory (mktemp -d) cd $python_directory