#!/usr/bin/env bats load test_helper @test "finds versions where present" { create_alt_executable_in_version "2.7" "python" create_alt_executable_in_version "2.7" "fab" create_alt_executable_in_version "3.4" "python" create_alt_executable_in_version "3.4" "py.test" run pyenv-whence python assert_success assert_output <