mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 07:43:46 -05:00
Auto-resolve prefixes to the latest version (#2487)
This commit is contained in:
@@ -113,3 +113,10 @@ OUT
|
||||
assert_success
|
||||
assert_output "2.7.11"
|
||||
}
|
||||
|
||||
@test "falls back to pyenv-latest" {
|
||||
create_version "2.7.11"
|
||||
PYENV_VERSION="2.7" run pyenv-version-name
|
||||
assert_success
|
||||
assert_output "2.7.11"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user