pyenv/test
Ed Morley d60d1c5cdc
Fix latest version resolution when using python- prefix (#3056)
Fixes use of version specifiers like `python-3.12`, which:
- have an explicit `python-` prefix
- are using a major version alias that has to be resolved
  to an exact version.

Also simplified the conditional for the already
working case, since it had two branches that were virtually identical.
2024-09-10 18:51:55 +03:00
..
libexec
--version.bats
commands.bats
completions.bats
exec.bats
global.bats
help.bats
hooks.bats
init.bats Handle case where pyenv-commands --sh returns nothing (#2908) 2024-02-26 00:07:52 +03:00
latest.bats pyenv-latest: replace -q with -b and -f, document as internal 2024-07-21 06:31:42 +03:00
local.bats
prefix.bats
pyenv.bats Add /usr/etc/pyenv.d to hooks path (#3039) 2024-08-24 12:38:54 +03:00
pyenv_ext.bats
rehash.bats
run
shell.bats
shims.bats
test_helper.bash
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 Fix latest version resolution when using python- prefix (#3056) 2024-09-10 18:51:55 +03:00
version-origin.bats
version.bats
versions.bats Fix intermittent "broken pipe" in version sort test (#2817) 2023-10-12 22:09:48 +03:00
whence.bats
which.bats Speed up pyenv prefix by not constructing advice text when it would be discarded (#3005) 2024-07-04 03:49:12 +03:00