Skip to content

Commit

Permalink
add additional test for projects under virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinyuz committed Apr 4, 2024
1 parent 6a693fd commit fda5859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/_tide_item_python.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fda5859

Please sign in to comment.