pip/tests
Paul Nasrat 3b4f620566 Merge branch 'launchpad' of https://github.com/pnasrat/pip into develop 2011-05-03 21:56:25 +01:00
..
in dex fixed appending of index.html to file:// urls that are directories 2010-05-27 15:53:51 -04:00
packages Removed and ignored test package .egg-info directory. 2011-03-23 00:56:52 -04: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 Make use of our own rmtree to work around an issue on Windows with readonly files. 2011-03-19 20:57:37 +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 Use try/try/finally for 2.4 compat 2011-04-29 10:04:02 +01:00
test_bundle.py Port to Python3 2011-03-15 15:49:48 -04:00
test_cleanup.py Cleanup - may cause some additional test failures. 2011-03-18 20:31:36 -04: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 Change pypi.appspot.com to b.pypi.python.org in the tests, as pypi.appspot.com is gone and the site owner was annoyed with all the testing requests ;) 2011-03-31 17:55:44 -05:00
test_download.py Port to Python3 2011-03-15 15:49:48 -04:00
test_file_scheme_index.py Port to Python3 2011-03-15 15:49:48 -04:00
test_freeze.py Fixed mercurial freeze test. 2011-04-15 20:39:56 -05: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 Fixed #234 - ensure FastTestPipEnvironment cleans up at the end of the test run. 2011-03-23 13:22:04 -04:00
test_proxy.py Port to Python3 2011-03-15 15:49:48 -04:00
test_requirements.py Fix broken build on windows 2011-04-26 18:19:59 +01:00
test_search.py Use INITools instead of virtualenv for multiple-search test; virtualenv triggers unrelated bug #260 on Py3 causing the test to fail. 2011-04-16 15:03:03 -05:00
test_uninstall.py Add missing rmtree import in test_uninstall. 2011-03-20 11:52:54 -04:00
test_upgrade.py Port to Python3 2011-03-15 15:49:48 -04:00
test_vcs_backends.py Test fixes for uninstall and vcs_backends on Python trunk. 2011-03-19 01:54:04 -04:00
test_vcs_bazaar.py Add unit tests for bazaar URL handling 2011-04-20 11:42:37 +01:00