pyenv/test
Isaac Levy cc56f76733
Add --no-push-path option (#2526)
In some advanced shell setups, the order of custom-added PATH entries is important.
We disregard it by default, always pushing shims to the front of PATH,
to ensure that Pyenv works even in poorly maintained shell environments
and with minimal hassle for non-export users
(an attempt to do the opposite (#1898) has ended in a disaster).
Some advanced users are however ready and able to carefully maintain their environment
and deal with breakages and inconvenience. This option is for them.
2022-11-19 00:01:59 +03:00
..
libexec Revert "Merge pull request #1153 from cmcginty/remove-sbang" 2019-04-23 10:23:33 -04:00
--version.bats Workaround for CI failures with versions with multiple digits 2017-03-28 04:43:28 +00:00
commands.bats Import tests from rbenv with sed -e s/rbenv/pyenv/g 2014-01-03 02:06:36 +09:00
completions.bats Merge remote-tracking branch 'rbenv/master' into rbenv-20151121 2015-11-21 04:21:14 +00:00
exec.bats allow for sys.executable to be different 2021-09-21 05:07:06 +03:00
global.bats Merge remote-tracking branch 'rbenv/master' into rbenv-1.0 2016-03-02 01:39:52 +00:00
help.bats Import tests from rbenv with sed -e s/rbenv/pyenv/g 2014-01-03 02:06:36 +09:00
hooks.bats Merge remote-tracking branch 'rbenv/master' into rbenv-1.0 2016-03-02 01:39:52 +00:00
init.bats Add --no-push-path option (#2526) 2022-11-19 00:01:59 +03:00
latest.bats Fix resolution of a name that's a prefix of another name (#2521) 2022-11-10 04:46:14 +03:00
local.bats Merge remote-tracking branch 'rbenv/master' into rbenv-1.0 2016-03-02 01:39:52 +00:00
prefix.bats consistent message 2021-09-21 05:07:12 +03:00
pyenv.bats Search for plugins in PYENV_DIR and PYENV_ROOT (#1697) 2020-10-01 21:33:34 -04:00
pyenv_ext.bats Revert "add tests for PYENV_FILE_ARG" 2021-02-16 23:46:08 +03:00
rehash.bats Add basic test for rehash wait 2018-04-24 00:42:47 +00:00
run Import rbenv changes at 7e0e85bdda 2014-12-01 00:29:26 +09:00
shell.bats Make work in nounset (-u) mode 2021-02-23 22:29:56 +02:00
shims.bats Import tests from rbenv with sed -e s/rbenv/pyenv/g 2014-01-03 02:06:36 +09:00
test_helper.bash Show output for assert_line() and refure_line() 2022-05-02 04:46:00 +03:00
version-file-read.bats Re-allow paths in .python-version provided that they resolve to within the versions dir (#2442) 2022-09-03 22:37:53 +03:00
version-file-write.bats Modify applications and versions for Python 2014-01-03 04:41:23 +09:00
version-file.bats Merge remote-tracking branch 'rbenv/master' into rbenv-20180402 2018-04-02 01:46:48 +00:00
version-name.bats Auto-resolve prefixes to the latest version (#2487) 2022-10-30 03:38:40 +03:00
version-origin.bats Merge remote-tracking branch 'rbenv/master' into rbenv-20180402 2018-04-02 01:46:48 +00:00
version.bats Merge remote-tracking branch 'rbenv/master' into rbenv-20151121 2015-11-21 04:21:14 +00:00
versions.bats Use version sort in pyenv versions if available (#2405) 2022-07-10 23:00:51 +03:00
whence.bats Modify applications and versions for Python 2014-01-03 04:41:23 +09:00
which.bats Update help docs to clarify multiple version(s) are allowed (#1197) 2020-03-19 17:35:46 -04:00