pyenv/test
Isaac Levy cc56f76733
Add --no-push-path option (#2526)
In some advanced shell setups, the order of custom-added PATH entries is important.
We disregard it by default, always pushing shims to the front of PATH,
to ensure that Pyenv works even in poorly maintained shell environments
and with minimal hassle for non-export users
(an attempt to do the opposite (#1898) has ended in a disaster).
Some advanced users are however ready and able to carefully maintain their environment
and deal with breakages and inconvenience. This option is for them.
2022-11-19 00:01:59 +03:00
..
libexec
--version.bats
commands.bats
completions.bats
exec.bats
global.bats
help.bats
hooks.bats
init.bats Add --no-push-path option (#2526) 2022-11-19 00:01:59 +03:00
latest.bats Fix resolution of a name that's a prefix of another name (#2521) 2022-11-10 04:46:14 +03:00
local.bats
prefix.bats consistent message 2021-09-21 05:07:12 +03:00
pyenv.bats
pyenv_ext.bats
rehash.bats
run
shell.bats
shims.bats
test_helper.bash Show output for assert_line() and refure_line() 2022-05-02 04:46:00 +03:00
version-file-read.bats Re-allow paths in .python-version provided that they resolve to within the versions dir (#2442) 2022-09-03 22:37:53 +03:00
version-file-write.bats
version-file.bats
version-name.bats Auto-resolve prefixes to the latest version (#2487) 2022-10-30 03:38:40 +03:00
version-origin.bats
version.bats
versions.bats Use version sort in pyenv versions if available (#2405) 2022-07-10 23:00:51 +03:00
whence.bats
which.bats