mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
List versions starting with a dot
This commit is contained in:
@@ -154,3 +154,10 @@ OUT
|
||||
1.9
|
||||
OUT
|
||||
}
|
||||
|
||||
@test "lists dot directories under versions" {
|
||||
create_version ".venv"
|
||||
|
||||
run pyenv-versions --bare
|
||||
assert_success ".venv"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user