1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
2012-07-09 09:04:46 +02:00
..
in dex fixed appending of index.html to file:// urls that are directories 2010-05-27 15:53:51 -04:00
packages Add a test for issue #355. 2012-07-09 09:04:46 +02:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
local_repos.py Actually use check_call when we can. 2011-03-19 02:07:53 -04:00
path.py Fix whitespace, etc for pep8 compliance 2011-05-04 08:44:02 +01:00
pypi_server.py Port to Python3 2011-03-15 15:49:48 -04:00
test_all_pip.py Make use of our own rmtree to work around an issue on Windows with readonly files. 2011-03-19 20:57:37 +01:00
test_basic.py Cleaned up test venv creation and a setuptools-dependent test. 2012-01-18 13:57:47 -07:00
test_bundle.py Port to Python3 2011-03-15 15:49:48 -04:00
test_cleanup.py Removed unused import. 2011-10-24 10:48:24 -06:00
test_compat.py Fixed #237 - syntax error on setup.py using DOS line endings, on Python 2.6 and previous. 2011-03-21 21:51:23 -04:00
test_completion.py Port to Python3 2011-03-15 15:49:48 -04:00
test_config.py Removed unused imports and trailing whitespace. 2011-12-12 02:02:14 -07:00
test_download.py Port to Python3 2011-03-15 15:49:48 -04:00
test_extras.py Adjust the extras tests to be py3-compatible. 2011-12-11 22:44:13 -07:00
test_file_scheme_index.py Port to Python3 2011-03-15 15:49:48 -04:00
test_finder.py Added test for mpkg fix. 2011-12-16 10:07:18 -07:00
test_freeze.py Be a bit more tolerant in the svn freeze test so it can work with Subversion 1.7 and Distribute. 2012-01-18 13:52:14 -07:00
test_help.py Changed HelpCommand to raise CommandError instead of InstalationError, when no command is found. It returns status SUCCESS (0) if find command or no command is specified. 2011-08-02 13:41:31 -04:00
test_index.py Fix issue #366 - pip throws IndexError when it calls scraped_rel_links 2011-10-14 21:39:27 -03:00
test_pip.py Fixed tests on Python 3. 2012-01-20 22:05:24 -07:00
test_proxy.py Port to Python3 2011-03-15 15:49:48 -04:00
test_requirements.py Fix whitespace, etc for pep8 compliance 2011-05-04 08:44:02 +01:00
test_search.py Change imports to right place 2011-12-04 20:33:03 -02:00
test_uninstall.py Add a test for issue #355. 2012-07-09 09:04:46 +02:00
test_upgrade.py Adds tests for the issue #49 fix 2011-08-24 19:24:49 -04:00
test_vcs_backends.py Fix a test that I broke. 2011-10-23 00:28:25 -06:00
test_vcs_bazaar.py Fix whitespace, etc for pep8 compliance 2011-05-04 08:44:02 +01:00
test_vcs_git.py Fixed issue #283 and did some refactorings on git vcs backend 2011-07-16 16:27:35 +02:00