1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/functional
Donald Stufft 9894c8baac Refactor tests.lib
* Move virtualenv creation out of TestPipEnvironment
* Remove global state and force explicit use of TestPipEnvironment
  instances
* Remove "backup" virtualenv copying and instead create new
  virtual environments each time.
* Remove the monkeypatched "PyPICache" functionality
* Remove things that were not being used anymore and were dead
  weight
* Remove sitecustomize support which was primarily used to
  monkeypatch the "PyPICache" but was used in one or two other
  tests.
2013-08-21 22:40:16 -04:00
..
__init__.py break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07:00
test_bundle.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_completion.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_freeze.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_help.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_bundle.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_cleanup.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_compat.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_config.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_download.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_extras.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_index.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_reqs.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_upgrade.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_user.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_vcs.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_vcs_git.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_install_vcs_svn.py more functional/unit tests restructure 2013-05-29 13:41:13 -07:00
test_install_wheel.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_list.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_search.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_show.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_uninstall.py Refactor tests.lib 2013-08-21 22:40:16 -04:00
test_wheel.py Refactor tests.lib 2013-08-21 22:40:16 -04:00