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

12 commits

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