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
Francesco 30dfb77ac9 bazaar test passes - all test pass 2010-04-13 00:34:38 +02:00
Francesco c2f80a9b20 clone from mercurial pass 2010-04-13 00:23:04 +02:00
Francesco 93dc28129d git test pass 2010-04-13 00:17:52 +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
Alexandre Conrad aaccedf26a centralized clean up code in one place 2010-04-17 18:36:31 +02:00
Alexandre Conrad 627c3e7242 Remove build directories after commands. Fixes #57 2010-04-16 19:26:39 +02:00
Simon Cross 67f82ddf6f Add test that checks for a sensible error message on encountering missing source folders while using --no-download. 2010-04-15 17:08:02 +02:00
Simon Cross 87fc3be969 Tests for --no-download install option (currently fail). 2010-04-15 15:26:21 +02:00
Simon Cross 06e50ea78e Add test for downloading an editable to a relative custom src folder. 2010-04-15 13:01:36 +02:00
Alexandre Conrad 9b761cb418 better directory detection and rename 'filename' functions to 'path' functions 2010-04-13 18:12:50 +02:00
Carl Meyer 9433c375fb merge curdir/pardir fix from Alexandre Conrad 2010-04-13 02:59:43 -04:00
Carl Meyer 4ee7604e4a fix test runner to operate fully within no-site-packages virtualenv; thanks Dave Abrahams for initial patch 2010-04-12 20:48:37 -04:00
Alexandre Conrad 643afc1ebd use curdir/pardir rather than '.' and '..' (cross-platform compatibility) 2010-04-10 12:13:46 +02:00
Alexandre Conrad c8b6fa50fb make pip work when current or parent dir is given: 'pip install .' and 'pip install ..' 2010-04-10 11:57:49 +02:00
Carl Meyer 4060b810c5 fix test names, remove old doctest files 2010-02-24 18:16:43 -05:00
Jakub Vysoky 2f19a378c8 stay in tmp venv directory
because it controls pip-log file
we can be sure now, that correct pip is called
2010-02-24 11:24:54 +01:00
Jakub Vysoky 66783986dd check if proper pip is called
there is still one prerequisity for running tests
you have to call python setup.py egg_info, because there is
``pip_dist = pkg_resources.get_distribution('pip')`` used in pip
2010-02-24 11:24:54 +01:00
Jakub Vysoky bb92f03a17 py version of test_basic.txt doctests
test_pip is used as a helper function now
but still can be used as a testrunner for old txt files
2010-02-24 11:24:54 +01:00