1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

Merge pull request #1350 from maxbrunet/feature/versions/dotglob

List versions starting with a dot
This commit is contained in:
Anton Petrov
2021-04-15 21:02:50 +03:00
committed by GitHub
3 changed files with 11 additions and 4 deletions

View File

@@ -154,3 +154,10 @@ OUT
1.9
OUT
}
@test "lists dot directories under versions" {
create_version ".venv"
run pyenv-versions --bare
assert_success ".venv"
}