Jannis Leidel
f6aae6069f
Fixed a failing test.
2012-09-01 21:21:30 +02:00
Marcus Smith
0569324855
handle __pycache__ file removal
2012-08-18 15:26:17 -07:00
Marcus Smith
0a18db27ba
edited and repackaged to exclude twisted import
2012-08-18 12:03:22 -07:00
Marcus Smith
0be1c8bbda
pypy unicode test fix
2012-08-04 18:48:46 -07:00
Paul Nasrat
6e10adfd8a
Merge pull request #620 from qwcode/issue_616
...
followup fix to pull #619
2012-07-30 00:47:06 -07:00
Marcus Smith
b7cca4e505
correct site-packages for pypy in 2nd location
2012-07-29 23:10:55 -07:00
Marcus Smith
aa20274f42
correct site-packages for pypy
2012-07-29 22:24:58 -07:00
Paul Nasrat
fa8c738b30
Merge pull request #612 from qwcode/issue_420
...
test enhancements to pull #599 (which fixes issue #420 )
2012-07-29 22:20:31 -07:00
Marcus Smith
483adaaa63
patch for virtualenv issue #306
2012-07-29 21:22:25 -07:00
Marcus Smith
39db7ce97a
--user installs are broken in pypy; skip testing it there.
2012-07-29 21:21:25 -07:00
Marcus Smith
bb5b92e754
issue #420 test enhancement
2012-07-29 12:40:57 -07:00
Paul Nasrat
d1a7ea2587
Issue #597 pypy hashlib compat.
...
Hash attribute name is a cpython implementation detail and not in the
PEP.
Use digest_size for some form of validation as that is all we can rely
on.
TESTED 2.7, 3.3, pypy 1.9
2012-07-29 11:37:56 +01:00
Paul Nasrat
57f9be568a
Issue #557 fix test failing on windows.
...
More path equality fun, use normpath to ensure path sep correct.
2012-07-29 10:40:14 +01:00
Paul Nasrat
67b4b51613
Fix test on windows CI
2012-07-29 10:04:52 +01:00
Marcus Smith
cc0ec4e5cb
assert_no_temp feature tests
2012-07-28 20:34:06 -07:00
Phil Whelan
83652cfb8d
updated test_get_mirrors to use @patch and split into test_get_mirrors_no_cname
2012-07-28 20:23:30 -07:00
Phil Whelan
54401eeaa2
test pip.index.get_mirrors() with 216k mirrors issue
2012-07-20 15:50:39 +09:00
Clay McClure
c82f6b2599
Add a test to ensure that the temp build dir is always removed
2012-07-12 22:53:12 -04:00
Clay McClure
ac0fe94d5c
Fix unicode tests to work with new temp file assertions
2012-07-12 22:52:13 -04:00
Clay McClure
6f3774de26
Ensure that $TMPDIR exists before running tests
...
This is normally done by TestFileEnvironment if the `start_clear` parameter is True,
but TestPipEnvironment and FastTestPipEnvironment explicitly set it to False.
2012-07-12 19:01:51 -04:00
Clay McClure
9f628623bc
Add mock
requirement
2012-07-12 19:01:51 -04:00
Carl Meyer
15d2944f02
Merge branch develop into feature/issue-355-safe-uninstall
2012-07-09 22:01:25 -06:00
Carl Meyer
c0148032c8
Mocks need to be torn down or later tests will fail.
2012-07-09 21:58:38 -06:00
Piet Delport
220cde1bab
Add a test for issue #355 .
2012-07-09 09:04:46 +02:00
Marcus Smith
faf8d2674f
pip.util.egg_link_path mock testing
2012-07-08 16:16:26 -07:00
Marcus Smith
8f566d7a86
smarter pip.util.egg_link_path
2012-07-08 16:03:12 -07:00
Donald Stufft
5edbdc34f3
Merge branch 'develop' into multiple-hashers
2012-07-04 13:32:57 -04:00
Paul Nasrat
5562a6bb1f
Merge pull request #584 from msabramo/issue-11
...
Make _run_setup_py magic use pkg_resources.iter_entry_points
2012-07-02 01:47:47 -07:00
Marc Abramowitz
1f84b65bd1
Add HackedEggInfo test for the the fix for GH-11.
2012-07-01 23:08:51 -07:00
Marcus Smith
27cf4ac6d9
generate error in test same way as pip.req
2012-07-01 09:11:52 -07:00
Paul Nasrat
8cf3bde339
Fix incorrect mocking.
2012-07-01 15:47:01 +01:00
Paul Nasrat
0bf8df6137
Fix missing import in test.
2012-07-01 15:45:42 +01:00
Paul Nasrat
1e2338d56b
Fix failing windows test.
...
I spent a good while trying to debug this. Got working avoiding
local_checkout but want to fix correctly. However this will unblock
release.
2012-07-01 15:35:44 +01:00
Paul Nasrat
ce8f4f5b52
Skip submodule testing on windows.
...
Blocking release, the tests are very path orientated this needs fixup so
added TODO and skip for now.
2012-07-01 14:28:46 +01:00
Paul Nasrat
46ab2159f9
Prevent assertion error from scripttest on windows.
...
We're seeing failure from the helpers due to CRLF messages when we use
git.
2012-07-01 14:16:40 +01:00
Paul Nasrat
e19cb65ae7
Fix failng windows tests.
...
path_to_url uses os.path.normcase that breaks this test on windows.
Mocked out to use posix paths.
2012-07-01 13:49:11 +01:00
Paul Nasrat
d82816c128
Merge pull request #585 from qwcode/userscheme_pt6
...
--user fixes part 6 #573
2012-06-30 10:38:06 -07:00
Marcus Smith
dec32aba0b
use nose.tools.assert_raises
2012-06-25 23:37:23 -07:00
Marcus Smith
0e3c03f958
raise InstallationError when UninstallPathSet has no paths
2012-06-25 22:35:27 -07:00
Marcus Smith
0708447bba
don't --user install in --system-site-packages virtualenvs with conflict
2012-06-23 08:35:22 -07:00
Donald Stufft
c9ada2de47
Merge branch 'develop' into multiple-hashers
...
Conflicts:
pip/backwardcompat.py
pip/download.py
2012-06-21 02:46:20 -04:00
Paul Nasrat
4c96de642d
Merge pull request #576 from qwcode/userscheme_pt5
...
--user fixes part5: reset_env option for adding patches to sitecustomize
2012-06-18 22:41:30 -07:00
Carl Meyer
c670678db0
Update AUTHORS and changelog for git submodules.
2012-06-14 13:07:16 -06:00
fin
4c5573c5b5
remove "git submodule foreach" call for backwards compatibility; expect errors in pip install because old versions of git write senseless things to stderr
2012-06-14 20:13:41 +02:00
fin
65d8b62548
fix python2.5 syntax error
2012-06-14 19:16:53 +02:00
fin
6a83076596
test submodule support
2012-06-14 16:42:57 +02:00
Marcus Smith
faee69bdab
make sure sitecustomize.py doesn't grow in the FastTestPipEnvironment
2012-06-13 22:17:55 -07:00
Marcus Smith
1d1363b0fc
not expecting errors in these tests. let them pass errors.
2012-06-13 21:00:10 -07:00
Marcus Smith
693408423c
reset_env option to add a patch to sitecustomize.py
2012-06-12 22:21:26 -07:00
Marcus Smith
0aadda7f16
usersite installs should ignore version conflicts with site
2012-06-10 18:16:48 -07:00