1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
2010-08-12 22:39:10 -03:00
..
in dex fixed appending of index.html to file:// urls that are directories 2010-05-27 15:53:51 -04:00
packages removed unused vars and imports 2010-06-03 21:58:16 -03:00
local_repos.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
path.py removed unused vars and imports 2010-06-03 21:58:16 -03:00
pypi_server.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
test_all_pip.py create a new venv before package installation, both pip and easy_install call 2010-08-12 22:39:10 -03:00
test_basic.py added feature requested in #147 - Need pip-x.y scripts 2010-08-02 20:54:25 -03:00
test_bundle.py moved pip.util functions `get_file_content, urlopen, is_url, url_to_path, path_to_url, path_to_url2, geturl and is_archive_file` to pip.download 2010-07-02 11:53:07 -03:00
test_cleanup.py insert pip-delete-this-directory.txt in every build directory pip creates temporarily (it identifies pip created that), and always remove it if no longer needed. it fixes issue #57 and issue #133 2010-07-01 02:07:34 -03:00
test_completion.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
test_config.py removed unused vars and imports 2010-06-03 21:58:16 -03:00
test_download.py removed unused vars and imports 2010-06-03 21:58:16 -03:00
test_file_scheme_index.py fixed python2.4 backwards compatibility 2010-06-03 15:44:34 -03:00
test_freeze.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
test_pip.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
test_proxy.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
test_requirements.py now it uses a lightweight INITools svn repository (dump and load stuff) 2010-07-01 22:44:26 -03:00
test_search.py pip search should not expect errors. fixed 2010-07-06 14:26:43 -03:00
test_uninstall.py splitted local_repo into local_repo and local_checkout: local_repo returns file://url, while local_checkout returns vcs+file://url and updated code used local_repo function 2010-06-21 19:48:28 -03:00
test_upgrade.py bugfix for #150 - editable git repos aren't updated when re-installed; Alex Robbins (alexrobbins) helped fix that bug 2010-07-30 13:06:36 -03:00