소스 검색

Remove test for the feature

pull/1907/head
Ivan Pozdeev 5 년 전
부모
커밋
b4511f0787
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. +0
    -11
      plugins/python-build/test/pyenv.bats

+ 0
- 11
plugins/python-build/test/pyenv.bats 파일 보기

@ -23,17 +23,6 @@ stub_python_build() {
unstub pyenv-rehash
}
@test "install pyenv local version by default" {
stub_python_build 'echo python-build "$1"'
stub pyenv-local 'echo 3.4.2'
run pyenv-install
assert_success "python-build 3.4.2"
unstub python-build
unstub pyenv-local
}
@test "list available versions" {
stub_python_build \
"--definitions : echo 2.6.9 2.7.9-rc1 2.7.9-rc2 3.4.2 | tr ' ' $'\\n'"

불러오는 중...
취소
저장