#!/usr/bin/env bats load test_helper _setup() { export PATH="${PYENV_TEST_DIR}/bin:$PATH" } @test "read from installed" { create_path_executable pyenv-versions <