1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Jakub Vysoky 66783986dd check if proper pip is called
there is still one prerequisity for running tests
you have to call python setup.py egg_info, because there is
``pip_dist = pkg_resources.get_distribution('pip')`` used in pip
2010-02-24 11:24:54 +01:00
..
packages Fix for pip bundle and local files, from whit 2009-12-08 13:25:07 -06:00
test_all_pip.py [svn r21072] add install argument to all-package tester 2008-10-28 00:50:09 -05:00
test_basic.py check if proper pip is called 2010-02-24 11:24:54 +01:00
test_basic.txt py version of test_basic.txt doctests 2010-02-24 11:24:54 +01:00
test_bundle.txt Fix for pip bundle and local files, from whit 2009-12-08 13:25:07 -06:00
test_config.txt Extracted the Command class (and helpers); fix -E now that pip is a package; extracted some virtualenv stuff; extracted exceptions; tweak tests 2009-11-20 02:47:28 -06:00
test_freeze.txt add --local option to freeze; fixes #9 2010-02-22 00:37:28 -05:00
test_pip.py py version of test_basic.txt doctests 2010-02-24 11:24:54 +01:00
test_proxy.txt Extracted the Command class (and helpers); fix -E now that pip is a package; extracted some virtualenv stuff; extracted exceptions; tweak tests 2009-11-20 02:47:28 -06:00
test_requirements.txt [svn r21008] Implement the two-level commands, fix up lots of problems from that 2008-10-17 17:01:58 -05:00
test_search.txt Change function name "translate_hits" to "transform_hits" for clarity. 2010-02-23 15:01:43 -06:00
test_uninstall.txt fix uninstall of namespaced packages (fixes #34) 2009-12-04 13:18:21 -05:00
test_upgrade.txt Extract commands into their own modules; fix a few imports and dead functions that pyflakes found 2009-11-20 12:20:52 -06:00