summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/pip_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2013-06-20(#21324) Pip provider query should be case insensitive.W. Andrew Loe III1-0/+16
2013-05-17(maint) Reset confines on the pip provider after testsPatrick Carlisle1-0/+4
2013-01-17(#15980) wrapping tests so that they're tested on both 'RedHat' and 'NotJared Curtis1-31/+35
2013-01-17(#15980) Tests to confirm functionality of the cmd functionJared Curtis1-0/+14
2013-01-17(#15980) Test to verify that pip-python is used on Redhat systemsJared Curtis1-0/+6
2012-11-08(maint) Add expectation pip does not use -e flagJeff McCune1-0/+10
2012-11-03Removing -e options from pip provider.Dave Dash1-2/+2
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune1-1/+1
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune1-1/+1
2012-01-21(#11961) Apply and catch a timeout when contacting PyPI over XMLRPCDominic Cleal1-4/+10
2012-01-17(#11958) Improve error msg for missing pip commandKelsey Hightower1-0/+7
2011-05-10(#7468) Stub spec that tries to connect to pypi.python.orgMatt Robinson1-20/+24
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman1-2/+1
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman1-1/+1
2011-03-22(#6527) Fix pip testsMatt Robinson1-4/+5
2011-03-22(#6527) Fix uninstall problem and refactorMatt Robinson1-56/+42
2011-03-22(#6527) Added pip package provider.Richard Crowley1-0/+190