1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

25 commits

Author SHA1 Message Date
Erik Bray
78575c459a Adds tests for the issue #49 fix 2011-08-24 19:24:49 -04:00
Paul Nasrat
09bba5b4aa Fix pep8 2011-08-04 16:09:38 +01:00
Jannis Leidel
0137830f9f Merge branch 'hotfix/1.0.2' into develop
Conflicts:
	docs/news.txt
	tests/test_upgrade.py
2011-07-16 16:46:13 +02:00
Paul Nasrat
a97abb165c Fix for #295 install -I when package installed
Add simple test and fix to ensure install() runs with -I.

Tests run clean on 2.4, 2.7, 3.2
2011-07-16 16:27:10 +02:00
Paul Nasrat
ea1d4c1af9 Fix whitespace for pep8 compat 2011-06-08 22:48:38 +01:00
Paul Nasrat
053cda7abb Fix for #295 install -I when package installed
Add simple test and fix to ensure install() runs with -I.

Tests run clean on 2.4, 2.7, 3.2
2011-06-02 13:58:56 +01:00
Paul Nasrat
2860dc7d41 Fix whitespace, etc for pep8 compliance
Reran tests after changes on 2.4, 2.6, 3.2 all pass.

=====================================================
================== Running pep8 =====================

Searching for pep8
Reading http://pypi.python.org/simple/pep8/
Reading http://github.com/cburroughs/pep8.py/tree/master
Reading http://github.com/jcrocholl/pep8
Best match: pep8 0.6.1
Processing pep8-0.6.1-py2.6.egg
pep8 0.6.1 is already the active version in easy-install.pth
Installing pep8 script to /Users/pnasrat/Development/pip/pip_virtualenv/bin

Using /Users/pnasrat/Development/pip/pip_virtualenv/lib/python2.6/site-packages/pep8-0.6.1-py2.6.egg
Processing dependencies for pep8
Finished processing dependencies for pep8

==================== Ended pep8 =====================
=====================================================
2011-05-04 08:44:02 +01:00
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Carl Meyer
e51fdce95d Additional test for edge-case of #14 fix. 2011-02-13 04:05:26 -05:00
Oliver Tonnhofer
2e1b880d1d fix uninstall-on-upgrade issues when installing from files/URLs
req_to_install.req is only set after unpacking the package. repeat
.check_if_exist and set .conflicts_with after unpack

closes #14
2011-02-12 11:48:03 +01:00
Hugo Lopes Tavares
6a0fd04def added a test to issue #175, to be sure it is really closed 2010-11-22 23:55:15 -02:00
Hugo Lopes Tavares
b7c703dbee moved _create_test_package() and _change_test_package_version() from test_upgrade.py to test_pip.py, to make it easy to other tests use those functions 2010-08-05 11:08:25 -03:00
Hugo Lopes Tavares
80bc4fab63 bugfix for #150 - editable git repos aren't updated when re-installed; Alex Robbins (alexrobbins) helped fix that bug 2010-07-30 13:06:36 -03:00
Hugo Lopes Tavares
e8fbf5a3a9 removed noisy unused result vars and somewhere changed to install_result/uninstall_result names 2010-06-03 22:47:19 -03:00
Hugo Lopes Tavares
ab3ea6ec51 removed unused vars and imports 2010-06-03 21:58:16 -03:00
Hugo Lopes Tavares
d06c98dc6f merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
Dave Abrahams
81ced37b5a Repair the test_uninstall_rollback test
I had missed an alteration in the pattern used with diff_files, and
the method used to calculate the target path for rollback was broken
on Windows.
2010-05-03 00:39:04 -04:00
Dave Abrahams
20ff4714b9 Missed Win32 portability opportunity 2010-05-03 00:03:28 -04:00
Dave Abrahams
96962d5322 Eliminated all direct uses of diff_states, instead using a new
assert_all_changes, which DRY's things out substantially
2010-05-02 22:08:03 -04:00
Dave Abrahams
9ad75fe6ba Rationalized and cleaned up use of relative/absolute paths in TestPipEnvironment
In test_freeze.py:test_freeze_bazaar_clone, invoke python without qualification

Removed flotsam and jetsam
2010-05-02 14:11:45 -04:00
Francesco
bfc40f08de All test_upgrade test pass 2010-04-15 23:54:36 +02:00
Dave Abrahams
7dbdbd8739 Merged winfix branch and fixed the glaring mistakes so the tests still pass on *nix 2010-04-10 16:41:27 -04:00
Ian Bicking
b987bb60fd formatting 2010-04-22 02:43:32 -05:00
Carl Meyer
4060b810c5 fix test names, remove old doctest files 2010-02-24 18:16:43 -05:00
Jakub Vysoky
41f5a30721 test_upgrade.txt file transformed into unit tests 2010-02-24 11:24:55 +01:00