summaryrefslogtreecommitdiff
path: root/tests/test_swiftclient.py
Commit message (Expand)AuthorAgeFilesLines
* Add functional tests for python-swiftclientChristian Schwede2014-05-051-1154/+0
* Fix up StringIO use in tests for py3Samuel Merritt2014-04-231-4/+3
* Fix test_raw_upload testChmouel Boudjnah2014-04-171-5/+11
* Remove validate_headersChmouel Boudjnah2014-04-171-20/+0
* Merge "Fix swiftclient.client.quote() for Python 3"Jenkins2014-04-161-4/+8
|\
| * Fix swiftclient.client.quote() for Python 3Victor Stinner2014-04-071-4/+8
* | Merge "Add requests related unit-tests"Jenkins2014-04-141-0/+81
|\ \
| * | Add requests related unit-testsTristan Cacqueray2014-04-051-0/+81
* | | Merge "Python 3: fix tests on HTTP headers"Jenkins2014-04-101-7/+14
|\ \ \ | |_|/ |/| |
| * | Python 3: fix tests on HTTP headersVictor Stinner2014-04-041-7/+14
| |/
* | Merge "Use the standard library's copy of mock when it's available."Jenkins2014-04-051-1/+6
|\ \ | |/ |/|
| * Use the standard library's copy of mock when it's available.Alex Gaynor2014-03-311-1/+6
* | Merge "set user-agent header"Jenkins2014-04-011-0/+42
|\ \ | |/ |/|
| * set user-agent headerJohn Dickinson2014-03-301-0/+42
* | Merge "Python 3: Get compatible types from six"Jenkins2014-03-301-6/+9
|\ \
| * | Python 3: Get compatible types from sixVictor Stinner2014-03-281-6/+9
| |/
* | Python 3: Fix module names in importVictor Stinner2014-03-281-5/+6
|/
* Replace dict.iteritems() with dict.items()Victor Stinner2014-03-271-1/+1
* Use six.StringIO instead of StringIO.StringIOzhang-jinnan2014-03-031-3/+3
* Fix --insecure option on auth2.0.1John Dickinson2014-02-131-3/+20
* Port to python-requestsTristan Cacqueray2014-02-121-14/+25
* Merge "Add capabilities option"Jenkins2014-01-311-0/+28
|\
| * Add capabilities optionFabien Boucher2014-01-171-0/+28
* | retry on ratelimitJohn Dickinson2013-12-231-0/+18
|/
* Merge "Don't crash when header is value of None"Jenkins2013-12-071-0/+5
|\
| * Don't crash when header is value of NoneChmouel Boudjnah2013-12-061-0/+5
* | Merge "Add close to swiftclient.client.Connection"Jenkins2013-11-291-0/+25
|\ \ | |/ |/|
| * Add close to swiftclient.client.ConnectionFeng Liu2013-10-231-0/+25
* | Merge "Add verbose output to all stat commands"Jenkins2013-11-211-20/+0
|\ \ | |/ |/|
| * Add verbose output to all stat commandsClay Gerrard2013-10-091-20/+0
* | enhance swiftclient loggingLeah Klearman2013-10-171-0/+55
|/
* assertEquals is deprecated, use assertEqual (H602)Dirk Mueller2013-09-301-40/+40
* Merge "Added headers argument support to get_object()"Jenkins2013-08-021-0/+20
|\
| * Added headers argument support to get_object()Stanislav Vitkovskiy2013-07-291-0/+20
* | Assignment to reserved built-in symbol "file"Wu Wenxiang2013-08-021-4/+4
|/
* Merge "python3: Start of adding basic python3 support."Jenkins2013-07-231-1/+1
|\
| * python3: Start of adding basic python3 support.Chuck Short2013-07-181-1/+1
* | Refuse carriage return in header valueKun Huang2013-07-121-1/+13
|/
* Allow storage url override for both auth vers.Darrell Bishop2013-07-051-0/+32
* Add option to disable SSL compressionStuart McLaren2013-06-041-3/+5
* Add end_marker and path query parametersYUZAWA Takahiko2013-05-051-0/+62
* Switch to flake8.Monty Taylor2013-05-011-13/+13
* Improve Python 3.x compatibilityDirk Mueller2013-04-291-4/+4
* Merge "Static large object support."1.4.0Jenkins2013-04-041-1/+22
|\
| * Static large object support.David Goetz2013-04-031-2/+22
* | Fixed pep8 errors in test directory.jola-mirecka2013-03-221-31/+24
|/
* Enhance put_object to inform when chunk is ignoredjola-mirecka2013-03-061-0/+21
* Add env[SWIFTCLIENT_INSECURE]You Yamagata2013-01-101-0/+20
* Use testtools as base class for test cases.Monty Taylor2012-12-261-5/+11
* Add --os-cacertDean Troyer2012-12-201-0/+29