Skip to content

Instantly share code, notes, and snippets.

@vbabiy
Created March 19, 2011 07:04
Show Gist options
  • Save vbabiy/877292 to your computer and use it in GitHub Desktop.
Save vbabiy/877292 to your computer and use it in GitHub Desktop.
(python3.2) vbabiy@ubuntu ~/Projects/git-projects/pip [python3•] ❯❯ time nosetests -v -x tests.test_basic
Check we are running proper version of pip in run_pip. ... ok
Check if ``pip-<PYVERSION>`` commands behaves equally ... ok
Test installing a package from PyPI. ... ok
Test installing a package from the PyPI mirrors. ... ok
Test installing a package from a specific PyPI mirror. ... ok
Test editable installation. ... ok
Test checking out from svn. ... ok
Test downloading an editable using a relative custom src folder. ... ok
Test installing an editable in two steps (first with --no-install, then with --no-download). ... ok
Test installing in two steps (first with --no-install, then with --no-download). ... ok
Test that --no-download behaves sensibly if the package source can't be found. ... ok
Test using package==dev. ... ok
Unpacking objects: 100% (24/24), done.bjects: 4% (1/24)
ok
Test cloning from Mercurial. ... warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
ok
Test that presence or absence of final slash in VCS URL is normalized. ... ok
Test checking out from Bazaar. ... ok
Test that urlquoted characters are normalized for repo URL comparison. ... ok
Test installing from a local directory. ... ok
Test installing from a local directory with no 'setup.py'. ... ok
Test installing current directory ('.'). ... ok
Test installing current directory ('.') into usersite ... ok
Test installing current directory ('.') into usersite after installing distribute ... ok
Test installing parent directory ('..'). ... ok
Test using global distutils options. ... ok
test installing from a tarball with pax header for python<2.6 ... ok
Test installing a tool using -e and --install-option ... ok
Test using global distutils options, but in an editable installation ... warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
ok
Test installing a package with the same name of a local folder ... ok
Test installing a folder using pip install ./foldername ... ok
Test installing a folder using pip install foldername/ or foldername\ ... ok
Test installing a folder using pip install folder1/folder2 ... ok
Test installing package from pypi which contains 'dev' in name ... ok
If a folder named e.g. 'git' is in PATH, and find_command is looking for ... ok
----------------------------------------------------------------------
Ran 33 tests in 700.622s
OK
real 11m40.875s
user 0m34.290s
sys 9m0.480s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment