pyenv.pyenv-virtualenv/test
Sam Doran ba8598a25d
Add setup function for creating a mock system venv
Change the main setup to only set PYENV_ROOT. Each test now sets up the
required virtual environments. This results in some duplication but makes
it clearer what each test is doing.

An alternative approach would be to modify the venv created by create_m_venv to
make it look like a system venv, but two distinct functions make it much clearer
what they are doing even though there is some overlap between the functions.
2026-04-27 18:06:06 -04:00
..
stubs stub: -unnecessary indirection 2025-12-18 03:47:16 +03:00
tmp Add .gitignore 2014-01-21 00:04:48 +09:00
activate.bats Add prompt customization (#476) 2024-09-15 09:40:44 +03:00
conda-activate.bats Add prompt customization (#476) 2024-09-15 09:40:44 +03:00
conda-deactivate.bats Add fish prompt changing (#475) 2024-02-12 12:58:27 +03:00
conda-prefix.bats Remove pyenv-prefix stubs from tests 2026-04-24 09:21:33 -04:00
conda.bats Fix a race condition between concurrently executing stubs 2025-12-18 03:47:17 +03:00
deactivate.bats Fix pyenv-virtualenv using a different Python version in a conda environment (#492) 2024-11-25 00:54:05 +03:00
delete.bats Install virtualenv 13.1.2 for CPython 3.2 (yyuu/pyenv#531) 2016-01-30 04:34:23 +00:00
envs.bats Fix failing to detect -m venv when "python" is not provided by the distro (#479) 2024-04-10 00:14:13 +03:00
hooks.bats Add prompt customization (#476) 2024-09-15 09:40:44 +03:00
init.bats Fix POSIX sh (dash) compatibility in pyenv-virtualenv-init (#526) 2026-04-21 18:53:01 +03:00
installer.bats Add eval "$(pyenv virtualenv-init -)" to setup _precmd_ for user's shell 2014-06-04 15:24:12 +09:00
pip.bats Fix failing to detect -m venv when "python" is not provided by the distro (#479) 2024-04-10 00:14:13 +03:00
prefix.bats fix test 2026-04-24 16:51:08 +03:00
python.bats Fix failing to detect -m venv when "python" is not provided by the distro (#479) 2024-04-10 00:14:13 +03:00
pyvenv.bats Fix failing to detect -m venv when "python" is not provided by the distro (#479) 2024-04-10 00:14:13 +03:00
test_helper.bash Drastically speed up precommand hook by caching active version to skip redundant activate calls (#523) 2026-03-25 23:33:43 +03:00
version.bats Fix failing to detect -m venv when "python" is not provided by the distro (#479) 2024-04-10 00:14:13 +03:00
virtualenv.bats Merge pull request #484 from native-api/pyenv_latest_f 2024-07-22 00:34:28 +03:00
virtualenvs.bats Add setup function for creating a mock system venv 2026-04-27 18:06:06 -04:00