mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
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. |
||
|---|---|---|
| .. | ||
| stubs | ||
| tmp | ||
| activate.bats | ||
| conda-activate.bats | ||
| conda-deactivate.bats | ||
| conda-prefix.bats | ||
| conda.bats | ||
| deactivate.bats | ||
| delete.bats | ||
| envs.bats | ||
| hooks.bats | ||
| init.bats | ||
| installer.bats | ||
| pip.bats | ||
| prefix.bats | ||
| python.bats | ||
| pyvenv.bats | ||
| test_helper.bash | ||
| version.bats | ||
| virtualenv.bats | ||
| virtualenvs.bats | ||