瀏覽代碼

Add test for PYENV_VERSION=3.4:2.7

pull/129/head
Daniel Hahler 11 年之前
父節點
當前提交
bbf8cb4a95
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      test/which.bats

+ 3
- 0
test/which.bats 查看文件

@ -21,6 +21,9 @@ create_executable() {
PYENV_VERSION=3.4 run pyenv-which py.test
assert_success "${PYENV_ROOT}/versions/3.4/bin/py.test"
PYENV_VERSION=3.4:2.7 run pyenv-which py.test
assert_success "${PYENV_ROOT}/versions/3.4/bin/py.test"
}
@test "searches PATH for system version" {

Loading…
取消
儲存