pyenv/plugins/python-build/test
Casey McGinty 83e5459cfb Remove shebang lines from scripts for performance
All scripts in libexec/ (excluding pyenv) are called through pyenv,
therefore the shebang lines are not necessary. On some systems this
provides a measurable increase in performance of the shell prompt.

Related to pyenv/pyenv-virtualenv#259
2019-03-07 22:15:14 +01:00
..
build Add CI builds that actually build Python. 2019-02-21 20:02:40 -05:00
fixtures Fix tests regard to --enable-unicode 2017-09-11 02:02:15 +00:00
stubs Remove shebang lines from scripts for performance 2019-03-07 22:15:14 +01:00
tmp
arguments.bats
build.bats Merge pull request #1146 from pyenv/http-client-based-on-envvar 2018-05-01 09:34:24 +09:00
cache.bats Refactor test code of python-build. Use curl during tests by default 2018-04-26 02:06:57 +00:00
checksum.bats Refactor test code of python-build. Use curl during tests by default 2018-04-26 02:06:57 +00:00
compiler.bats Fix broken tests 2017-11-03 14:14:46 +00:00
definitions.bats
fetch.bats Refactor test code of python-build. Use curl during tests by default 2018-04-26 02:06:57 +00:00
hooks.bats Fix tests regard to --enable-unicode 2017-09-11 02:02:15 +00:00
installer.bats
mirror.bats Refactor test code of python-build. Use curl during tests by default 2018-04-26 02:06:57 +00:00
pyenv.bats
pyenv_ext.bats Rewrite python-build tests with using PYTHON_BUILD_HTTP_CLIENT 2018-04-24 05:22:32 +00:00
test_helper.bash Refactor test code of python-build. Use curl during tests by default 2018-04-26 02:06:57 +00:00
version.bats