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

18 commits

Author SHA1 Message Date
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