1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
2011-03-14 16:45:47 -04:00
..
in dex fixed appending of index.html to file:// urls that are directories 2010-05-27 15:53:51 -04:00
packages correctly handle pax_global_header for untar on python < 2.6 2010-09-07 19:26:13 +02:00
local_repos.py remove the dump after loaded 2010-09-13 20:21:32 -03: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 removed test_pip dependency (and by consequence, test_pip's dependencies) 2010-08-12 22:42:35 -03:00
test_basic.py fix for tests in python2.7+ (distribute installation outputs in stderr, because it tries to patch setuptools) 2011-03-14 01:10:03 -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_compat.py Added workaround for broken setuptools on Debian/Ubuntu; fixes 'pip uninstall' outside of venv for users of packaged setuptools on those platforms. 2011-03-14 16:45:47 -04: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 work around to always remove temp files/dirs the test function creates 2010-09-13 02:21:10 -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 test test_freeze.test_freeze_git_clone 2011-02-09 23:57:20 -02:00
test_index.py merged Jon Parise's contrib and added tests to pip.index.package_to_requirement function 2011-02-09 23:28:34 -02:00
test_pip.py made it easy test framework delete tmp folders - e.g. pip-test-cache and TestPipEnvironment.root_path 2010-09-13 02:19:48 -03:00
test_proxy.py Fixed issue #151 -- When running the install command, bail early if no requirement is given. 2010-08-31 03:01:03 +02:00
test_requirements.py changed test package bottle to mock, because bottle is no longer supported in python2.4 2011-03-13 19:35:01 -03:00
test_search.py pip search should not expect errors. fixed 2010-07-06 14:26:43 -03:00
test_uninstall.py work around to always remove temp files/dirs the test function creates 2010-09-13 02:21:10 -03:00
test_upgrade.py Additional test for edge-case of #14 fix. 2011-02-13 04:05:26 -05:00
test_vcs_backends.py fixing #163 -- don't get cofused if 'dev' is used in an editable package name 2010-12-09 00:34:14 -02:00